Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlinks | Excel Discussion (Misc queries) | |||
Hyperlinks: Hyperlinks change on copy/paste? | Excel Worksheet Functions | |||
Update 2000 Excel hyperlinks to 2003 hyperlinks | Excel Worksheet Functions | |||
How toi turn-off hyperlinks [excel]? Email hyperlinks pop up ! | Excel Discussion (Misc queries) | |||
Excel Hyperlinks- cell content v. hyperlinks | Excel Discussion (Misc queries) |