Hyperlink to Sheet finding data & highlighting

zeroride

New Member
Joined
Dec 16, 2016
Messages
2
Hello Experts!

This is my first post so please have patience.

I'm trying to figure out how to use the hyperlink in Excel which takes me to a separate sheet in the workbook, searches for a value and then highlights the row.

Example:
Sheet1 M2 has 12345 in it
Sheet2 G15 has 12345 in it but if you filter on column G, this changes to G56

How can I hyperlink to Sheet2, locate 12345 in column G and then highlight the row?

Thanks in advance!
Zeroride
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
I think I figured out part of it by using:

=IF(ISNA(VLOOKUP(B2,RSA!$A$2:$G$256,7,0)),"",HYPERLINK(VLOOKUP(B2,RSA!$A$2:$G$256,7,0),VLOOKUP(B2,RSA!$A$2:$G$256,7,0)))

but getting a CANNOT OPEN THE SPECIFIED FILE error so it is not jumping to my second sheet.

HELP!



Hello Experts!

This is my first post so please have patience.

I'm trying to figure out how to use the hyperlink in Excel which takes me to a separate sheet in the workbook, searches for a value and then highlights the row.

Example:
Sheet1 M2 has 12345 in it
Sheet2 G15 has 12345 in it but if you filter on column G, this changes to G56

How can I hyperlink to Sheet2, locate 12345 in column G and then highlight the row?

Thanks in advance!
Zeroride
 
Upvote 0

Forum statistics

Threads
1,214,588
Messages
6,120,409
Members
448,959
Latest member
camelliaCase

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