View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
bearcat bearcat is offline
external usenet poster
 
Posts: 2
Default Conditional Hyperlink

Thanks Dave, this may work. Can't do it now, but I'll give it a try and let
you know if it does not work.

"Dave Peterson" wrote:

Maybe...

=HYPERLINK("file:////"&VLOOKUP($C$3,Link_Table,G8+2,FALSE))

But this means your =vlookup() has to return the actual path/filename.

=vlookup() won't bring back the hyperlink.

bearcat wrote:

I am trying to open a file using the following VLOOKUP to obtain the file
name based on the contents of C3 and stored in the âœLink_Table❠in column
G8+2.

=HYPERLINK(VLOOKUP($C$3,Link_Table,G8+2,FALSE))

The file name and path stored in the Link_Table is as follows:

L:\Engrdept\New Manuals\Attach-A-Puller (ABP)\Vacuum\MTC Style\Standard\Text
Files\abpvcover.pdf

Where the L: Drive is on a server named âœMtc4\Shared_Files\â

I can create a hyperlink in a cell that opens the file OK, but when I âœlook
it up❠it give me an error saying it âœCannot open the specified fileâ

Any suggestions?


--

Dave Peterson