Hello!
I have a workbook "Consolodate.xlsx". It has a worksheet of accoutn information, a worksheet of Contacts, a worksheet of associated Email information and an Overview worksheet. I want to be able to hyperlink from the Overview worksheet to the Account worksheet based on a lookup to the correct account.
The formula I am using is
Where B@ is a the account ID on the Overview sheet, Account!A:B is the Array with the Account ID in column A. I would think this would feed the cell in column B on the Account sheet where the associated AccountID is found in Column A into the location portion of the hyperlink formula. I get no syntax errors when creating hte formula - but when I click the link I get the "Cannot open specified file" error.
I have checked that the Hyperlink Base field in the file properties is blank.
I have a workbook "Consolodate.xlsx". It has a worksheet of accoutn information, a worksheet of Contacts, a worksheet of associated Email information and an Overview worksheet. I want to be able to hyperlink from the Overview worksheet to the Account worksheet based on a lookup to the correct account.
The formula I am using is
Code:
=HYPERLINK(VLOOKUP(B2,Account!A:B,2,FALSE),"Account Link")
I have checked that the Hyperlink Base field in the file properties is blank.