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
Windows SharePoint Services errors (error codes 6398, 7076, 6482)
Access 2K / 2003 bug?
Install SQL 2008 Developer first, then Visual Studio 2008 Professional?
MS Server 2003 - Missing gpedit.msc
Samsung omnia
Unable to ascend/descend sort on column in table in Access
Error 607
sql 2005 service pack 3 fails on install
Driver packet invalid
I have the total amount of sales for the month, but I need to split commission between 3 Areas.