INDEX MATCH HYPERLINK CELL SPECIFIC

JTNuke

New Member
Joined
Aug 16, 2021
Messages
7
Office Version
  1. 365
Platform
  1. Windows
I have a table on sheet 1 that I am attempting to create access to via cell specific hyperlinks. On sheet 2 I have a data validation drop-down list with all data from the column one of this table & I have another data validation drop-down list with all the data from the first row. I want to populate a link to the intersecting cell based on these two options. For example if I go to sheet 2 and choose customer 3 and product 5 I want to be directed to (either by hyperlink or automatically) cell D6 in sheet 1. The actual table I am working with will require editing the information I am directed to so having it copied over based on my selection is not an option. Does anybody have any recommendations?
 

Attachments

  • sheet 1.PNG
    sheet 1.PNG
    9.6 KB · Views: 26
  • Sheet 2.PNG
    Sheet 2.PNG
    3.5 KB · Views: 27
Last edited:

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
How about
Excel Formula:
=HYPERLINK("#"&CELL("address",INDEX(Sheet1!B2:F6,MATCH(A2,Sheet1!A2:A6,0),MATCH(B2, Sheet1!B1:F1,0))),"click me")
 
Upvote 0
How about
Excel Formula:
=HYPERLINK("#"&CELL("address",INDEX(Sheet1!B2:F6,MATCH(A2,Sheet1!A2:A6,0),MATCH(B2, Sheet1!B1:F1,0))),"click me")
This worked perfectly! Thank you so much!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,923
Messages
6,122,283
Members
449,075
Latest member
staticfluids

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