Vlookup to retrieve a hyperlink

G

Guest

I use Vlookup all the time, but I need to pull up the hyperlink associated
with each data entry. The hyperlinks are in one column of the parent data.

Using vlookup by itself justs retrieves the text of the hyperlink, not the
link itslelf.

Can somebody help me?
 
G

Guest

Instead of =VLOOKUP(....)
use:
=HYPERLINK(VLOOKUP(....))

this will convert "cold" text into a "hot" hyperlink
 
N

Niek Otten

=HYPERLINK(YourFormula)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I use Vlookup all the time, but I need to pull up the hyperlink associated
| with each data entry. The hyperlinks are in one column of the parent data.
|
| Using vlookup by itself justs retrieves the text of the hyperlink, not the
| link itslelf.
|
| Can somebody help me?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top