ExcelBanter

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

Spencer

Hyperlinks
 
I am trying to use a Vlookup to pull a Hyperlink from a table, into another
cell. At this poing I cant seem to get the hyperlink to copy over as well. Is
there anyways that I can have this work?

Gord Dibben

Hyperlinks
 
=HYPERLINK(VLOOKUP(A1,lookup_table,2,FALSE),"mylin k")


Gord Dibben MS Excel MVP



On Fri, 12 Mar 2010 11:29:02 -0800, Spencer
wrote:

I am trying to use a Vlookup to pull a Hyperlink from a table, into another
cell. At this poing I cant seem to get the hyperlink to copy over as well. Is
there anyways that I can have this work?



Dave Peterson

Hyperlinks
 
=vlookup() will return the value from the cell--not the hyperlink.

If you're lucky, you could be returning a nice URL, like:
http://www.microsoft.com

And then you could use a different cell:
=hyperlink(a1,"click me")
or
=hyperlink("http://" & a1,"click me")
if you were returning: www.microsoft.com



Spencer wrote:

I am trying to use a Vlookup to pull a Hyperlink from a table, into another
cell. At this poing I cant seem to get the hyperlink to copy over as well. Is
there anyways that I can have this work?


--

Dave Peterson


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

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