go to a cell without using F5

still learning

Well-known Member
Joined
Jan 15, 2010
Messages
784
Office Version
  1. 365
Platform
  1. Windows
Hi

I use the following if statement to find the cell number of results of an advance filter. I got the statement from this site as a reply, THANK YOU
Excel Formula:
=IF(BA3="","",@CELL("address",INDEX($A$3:$C$1988,MATCH(BA3,$A$3:$A$1989,1),0)))
It returns a cell number like:
Excel Formula:
$A$225
I was wondering if it would be possible to then just click on the cell with that $A$225 and go to it instead for having to press F5 and typing in the address .

Mike
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Not quite as automatic as you are looking for, but... select the cell with the address and press CTRL+C (copies it into the Clipboard), then click in the Name Box (next to the Formula Bar) and press CTRL+V (pastes the copied address) and press the Enter Key.
 
Upvote 0
How about
Excel Formula:
=IF(BA3="","",HYPERLINK("#"&CELL("address",INDEX($A$3:$C$1988,MATCH(BA3,$A$3:$A$1989,1),0))))
 
Upvote 0
Solution
Hi Fluff
Wow...works great but would there be a way to have it scroll up after it goes the the hyperlink since it finds the cell and shows it at the bottom of sheet.
Hi Rick

mike
 
Upvote 0
Glad we could help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,026
Messages
6,122,738
Members
449,094
Latest member
dsharae57

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