Returning a Hotlink from a VLOOKUP

R

Rich

I have a cell with a dropdown list of Company names. When I select a name,
the adjacent cell returns the URL for that company via a VLOOKUP function.
It all works fine except that the URL it returns is not a hotlink to that
website. How can I make it return a useable hotlink?

Thanks,
 
R

Rich

Gary's Student,

thanks for the help. It works great to retrieve the URL in blue and
underlined. However, when I click on the link it says "Cannot open the
specified file". I tried it with 3 different hyperlinks.
 
G

Gary''s Student

For this technique to work, VLOOKUP() must return the actual URL, not the
"friendly name"
 
Top