Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 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
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 347
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default 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



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default 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
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
Vlookup and hyperlinks wendy Excel Worksheet Functions 2 April 21st 06 12:45 AM
VLOOKUP Problem Ian Excel Discussion (Misc queries) 3 April 6th 06 06:47 PM
Vlookup returning Hyperlinks Shannon W. Excel Worksheet Functions 5 February 10th 06 03:46 PM
VLOOKUP Limitations chris_manning Excel Worksheet Functions 2 August 9th 05 06:23 PM
vlookup data hidden within worksheet Excel Worksheet Functions 0 January 26th 05 12:09 PM


All times are GMT +1. The time now is 05:12 AM.

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

About Us

"It's about Microsoft Excel"