vlookups and hyperlinks

G

Guest

I want to be able to enter a specified code on sheet 1 and have it go to the
hyperlink I have for that code on another sheet where I have the codes and
hyperlinks listed in a table format.
 
D

Dave Peterson

Something like

=hyperlink(vlookup(a1,sheet2!a:b,2,false))

might work for you.
 

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