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
using required field validators to validate inputs for a textbox on an asp.net page
Close form in access and abandon half fillled record - without any access messages/Have a button/event do the same thing as the escape key.
OK to remove "Windows\TEMP ?
Moving Navision 3.70 to new SQL Server installation
No displayed Features when upgrade to MS Server SQL 2008
Access 2003: shell command - quest 2
Terminal Server 2003 copy and paste files to and from XP Pro clients?
Access 2007 Union Query With Linked Tables
Server 2008R2 and XP Roaming Profiles
Problem with default values in SSRS2008