Microsoft
Software
Hardware
Network
Question : =Hyperlink with Vlookup results in "Cannot Open Specified File"
I have an Excel 2007 workbook, containing two sheets. The first sheet contains a summary, the second additional detail.
I wish the user to click on a hyperlink within the Summary sheet for the relevant ID, and be taken to the matching ID on the Details tab.
I have tried a =Hyperlink with Vlookup, and it returns the matching ID, but when clicking the hyperlink, it returns "Cannot Open Specified File".
Answer : =Hyperlink with Vlookup results in "Cannot Open Specified File"
Try changing the formula to:
=HYPERLINK("[Test.xlsx]
Details!A"
&MATCH(B2,
Details!A1
:A236,0),B
2)
and it should work.
Random Solutions
transferring terminal services licenses to a new server
IIS7 and DNS on Server 2008
How do I disable script & execute permission in IIS7 for a specific site subdirectory?
How to change the language used for menus and dialog boxes
Cannot send from exchange 2007
SQL Server Service manager saying 'Not Connected \\'
Need to create an Excel Sheet for DATA INPUT that then creates a DATABASE..or table..?
VB.Net Playing a Beep
Change a user-entered number on a form to negative
Set up windows scheduled task run from vba