vlookup and hyperlink to a cell

hben

New Member
Joined
Jul 7, 2011
Messages
2
Hi guys, I have a question that I really need to resolve. I have read several similar topics, but I could not really get how to solve it.
So, i have a table with values in one sheet.
I create another table, in another sheet, which returns a value from the first table, using the vlookup function.
What I need is to create a hyperlink from the result of vlookup to that exact cell in the first sheet.

I am not sure if i explained it correctly, but if anyone got it, please help.
Thank you very much!
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Hi guys, I have a question that I really need to resolve. I have read several similar topics, but I could not really get how to solve it.
So, i have a table with values in one sheet.
I create another table, in another sheet, which returns a value from the first table, using the vlookup function.
What I need is to create a hyperlink from the result of vlookup to that exact cell in the first sheet.

I am not sure if i explained it correctly, but if anyone got it, please help.
Thank you very much!
Something like this...

This is your lookup table:

Book1
AB
2A31
3B55
4C52
5D14
6E99
7F51
8G78
9H44
10I41
Sheet2

On Sheet1...

A2 = lookup value = C

Enter this formula in B2. This will be both the lookup formula and the hyperlink.

=HYPERLINK("#"&ADDRESS(MATCH(A2,Sheet2!A:A,0),2,4,,"Sheet2"),VLOOKUP(A2,Sheet2!A2:B10,2,0))
 
Upvote 0
That is exactly what I needed! Thank you very much for the fast reply, you saved me a lot of work! ;)
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,718
Members
452,939
Latest member
WCrawford

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