Hyperlink and VLookup help

bishop7262

Board Regular
Joined
Jan 9, 2010
Messages
87
I have a hyperlink in Sheet 1, Col C. There are blank rows in C so can not use a name range. In Sheet 2 Col A, I want to return a VLookup with the website from Sheet 1 with a friendly name.

So Sheet 1, Col C would have a hyperlink like http://www.website.com/lsdfsf

I want all the rows in Sheet 2 Col A to have a common friendly name Video Link. But of course the link will be to the particular website from rows in Col C.

Thank you
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
It's not clear what you mean when you talk about not using a name range ... how does that relate to a single hyperlink? And what makes you think that you can't have a named range with blank cells in it?

Also, what VLOOKUP action are you talking about? You haven't given any information about what you want to do exactly.

That said, I think you need to use the HYPERLINK worksheet function, maybe ( guessing ) like this:
Code:
=HYPERLINK("http:\"&Sheet1!C2,"Video Link")
 
Upvote 0

Forum statistics

Threads
1,214,861
Messages
6,121,969
Members
449,059
Latest member
oculus

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