Hyperlink Vlookup with dynamic text

Ragingfred

New Member
Joined
May 15, 2018
Messages
7
Office Version
  1. 2016
Platform
  1. Windows
I'm trying to set up a vlookup that displays a hyperlink from Cell A and displays the text from Cell B

First Attempt: Displays the actual link, verified that it works.
=HYPERLINK(VLOOKUP($B$3,Address!$A$2:$J$52,7,FALSE),"")

Second Attempt: Displays link as text from F2, works only on first vlookup of course.
=HYPERLINK(VLOOKUP($B$3,Address!$A$2:$J$52,7,FALSE),Address!F2)

Third Attempt: This just threw an error.
=HYPERLINK(VLOOKUP($B$3,Address!$B$2:$J$52,7,FALSE),VLOOKUP($B$3,Address!$B$2:$J$52,6,FALSE))
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Did you use Error Checking to see if it narrowed it down?
 
Upvote 0
Cross posted Hyperlink Vlookup with dynamic text

While we do allow Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules). This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0

Forum statistics

Threads
1,214,833
Messages
6,121,857
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top