Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Conditional Hyperlink

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?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Conditional Hyperlink

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
  #3   Report Post  
Posted to microsoft.public.excel.misc
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional hyperlink Archana Excel Discussion (Misc queries) 4 January 24th 07 01:01 PM
Conditional hyperlink? y_not Excel Discussion (Misc queries) 2 November 24th 05 04:02 PM
colour due to conditional formatting & hyperlink/shortcut to a directory Peter STEVENS Excel Worksheet Functions 1 November 17th 05 10:46 PM
Intra-workbook hyperlink: macro/function to return to hyperlink ce marika1981 Excel Discussion (Misc queries) 3 May 6th 05 05:47 AM
How can I use HYPERLINK in a conditional statement between sheets Mikey Excel Worksheet Functions 1 May 3rd 05 08:07 PM


All times are GMT +1. The time now is 05:25 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright 2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"