Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Guys,
I need to use Vlookup to look up hyperlinks from one spreadsheet to another each month. I have too many to do a cut and paste. When I do the Vlookup however I lose the link.....it shows up but it does open. Is there anyway to do this |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe you could use:
=hyperlink(vlookup(....),"Click me!") If the value you're retrieving looks like a real hyperlink address. or maybe... =hyperlink("Http//" & vlookup(....),"Click me!") Depending on what that value returned is??? sdurso wrote: Hi Guys, I need to use Vlookup to look up hyperlinks from one spreadsheet to another each month. I have too many to do a cut and paste. When I do the Vlookup however I lose the link.....it shows up but it does open. Is there anyway to do this -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Maybe:. =HYPERLINK(vlookup formula) HTH Jean-Guy "sdurso" wrote: Hi Guys, I need to use Vlookup to look up hyperlinks from one spreadsheet to another each month. I have too many to do a cut and paste. When I do the Vlookup however I lose the link.....it shows up but it does open. Is there anyway to do this |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Dave,
This still doesn't seem to work......the link comes over but does not open. I'm linking to a document that is on our network if that makes a difference "Dave Peterson" wrote: Maybe you could use: =hyperlink(vlookup(....),"Click me!") If the value you're retrieving looks like a real hyperlink address. or maybe... =hyperlink("Http//" & vlookup(....),"Click me!") Depending on what that value returned is??? sdurso wrote: Hi Guys, I need to use Vlookup to look up hyperlinks from one spreadsheet to another each month. I have too many to do a cut and paste. When I do the Vlookup however I lose the link.....it shows up but it does open. Is there anyway to do this -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here is a neat trick, it can be used on structures other than VLOOKUP():
=IF(1=2,HYPERLINK("",""),VLOOKUP()) Obviously because 1 can never equal 2 the dummy hyperlink can never be executed, but Excel now expects a hyperlink from VLOOKUP! -- Gary's Student gsnu200701 "sdurso" wrote: Hi Guys, I need to use Vlookup to look up hyperlinks from one spreadsheet to another each month. I have too many to do a cut and paste. When I do the Vlookup however I lose the link.....it shows up but it does open. Is there anyway to do this |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe...
=hyperlink("file:////" & vlookup(....),"Click me!") sdurso wrote: Thanks Dave, This still doesn't seem to work......the link comes over but does not open. I'm linking to a document that is on our network if that makes a difference "Dave Peterson" wrote: Maybe you could use: =hyperlink(vlookup(....),"Click me!") If the value you're retrieving looks like a real hyperlink address. or maybe... =hyperlink("Http//" & vlookup(....),"Click me!") Depending on what that value returned is??? sdurso wrote: Hi Guys, I need to use Vlookup to look up hyperlinks from one spreadsheet to another each month. I have too many to do a cut and paste. When I do the Vlookup however I lose the link.....it shows up but it does open. Is there anyway to do this -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup and hyperlinks | Excel Worksheet Functions | |||
VLOOKUP Problem | Excel Discussion (Misc queries) | |||
Vlookup returning Hyperlinks | Excel Worksheet Functions | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions |