Vlookup Using With Hyperlink

sanam

New Member
Joined
Mar 3, 2009
Messages
6
hello all,

I have 2 sheets. In 2<SUP>nd</SUP> sheet I have some hyperlink cells and when I was using vlookup in sheet 1 hyperlink don’t show. Let’s says in sheet 2, cell A1 “alpha” cell B1 “delta” with hyperlink and I will write code in sheet 1, cell A2 “=VLOOKUP (A1, Sheet2! A: B, 2, 0)” so when I wrote in sheet 1, cell A2 alpha it should be show in delta but hyperlink in doesn’t work? Any idea and hope some one understand my problem. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
<o:p> </o:p>
Thank you,<o:p></o:p>
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Try using the VLOOKUP inside HYPERLINK function, i.e.

=HYPERLINK(VLOOKUP(A1,Sheet2!A:B,2,0),A1)

Thank for quick reply :), there have error “the address of this site is not valid. Check the address and try again”. I checked the hyperlink is working in sheet2. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
 
Upvote 0
Hi Barry been reading this post but do not understand what is entered where. Could I ask you to explain please.
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,072
Latest member
DW Draft

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