#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Lookup

I use the following formula to look up information on another worksheet;
=VLOOKUP(B8,Lookup!A1:Lookup!H1203,3,FALSE)

It work well for getting to correct informaion, but the cell on worksheet
"Lookup" also has a hyperlink.

How do I get the formula to also place the hyperlink in the cell?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Lookup

It won't pull back the hyperlink.

--
Regards,
Tom Ogilvy

"Mike" wrote in message
...
I use the following formula to look up information on another worksheet;
=VLOOKUP(B8,Lookup!A1:Lookup!H1203,3,FALSE)

It work well for getting to correct informaion, but the cell on worksheet
"Lookup" also has a hyperlink.

How do I get the formula to also place the hyperlink in the cell?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 903
Default Lookup

Hi Mike,
The easiest way would be to add another column to your table
with the hyperlink. You can extract the hyperlink on your Lookup sheet
with a User Defined Function hyperlinkaddress
http://www.mvps.org/dmcritchie/excel...perlinkaddress

On lookup sheet
J1: =personal.xls!hyperlinkaddress(A1)

On your sheet with VLOOKUP -- remove linebreak
=HYPERLINK(VLOOKUP(B8,Lookup!A1:Lookup!J1203,10,FA LSE),
VLOOKUP(B8,Lookup!A1:Lookup!J1203,3,FALSE) )

I used column J (column 10) because it is easier to read in response than I1
and you could actually already have something in the 9th column that
you weren't extracting..
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Mike" wrote in message ...
I use the following formula to look up information on another worksheet;
=VLOOKUP(B8,Lookup!A1:Lookup!H1203,3,FALSE)

It work well for getting to correct informaion, but the cell on worksheet
"Lookup" also has a hyperlink.

How do I get the formula to also place the hyperlink in the cell?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,101
Default Lookup

Is there something that will pull the hyperlink and the value?

"Tom Ogilvy" wrote:

It won't pull back the hyperlink.

--
Regards,
Tom Ogilvy

"Mike" wrote in message
...
I use the following formula to look up information on another worksheet;
=VLOOKUP(B8,Lookup!A1:Lookup!H1203,3,FALSE)

It work well for getting to correct informaion, but the cell on worksheet
"Lookup" also has a hyperlink.

How do I get the formula to also place the hyperlink in the cell?




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
lookup help. lookup result based on data in 2 columns lcc Excel Worksheet Functions 3 April 6th 10 01:20 PM
LOOKUP FUNCTION? (LOOKUP VALUE BEING A TIME RENERATED FROM A FORMU JCC Excel Discussion (Misc queries) 5 June 26th 09 09:15 PM
Get Cell Address From Lookup (Alternative to Lookup) ryguy7272 Excel Worksheet Functions 12 September 28th 07 10:36 PM
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


All times are GMT +1. The time now is 02:07 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"