ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Vlookup of Hyperlinks (https://www.excelbanter.com/excel-discussion-misc-queries/126297-vlookup-hyperlinks.html)

sdurso

Vlookup of Hyperlinks
 
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

Vlookup of Hyperlinks
 
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

pinmaster

Vlookup of Hyperlinks
 
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


sdurso

Vlookup of Hyperlinks
 
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


Gary''s Student

Vlookup of Hyperlinks
 
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


Dave Peterson

Vlookup of Hyperlinks
 
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


All times are GMT +1. The time now is 11:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com