Excel Option: Go to cell the Formula is referencing

gheyman

Well-known Member
Joined
Nov 14, 2005
Messages
2,347
Office Version
  1. 365
Platform
  1. Windows
There is a way to adjust your setting so that if you right click or double click (I don't remember which) in the cell it automatically brings you to the cells reference.

Example
If I have a formula in cell A1 on Tab1, and the formula is 'Tab2'!C5, and I double click it automatically brings me to Tab2C5

Can remind me on how to set the options to do this?

Thanks
 

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
You will need to use VBA code. If you only want this functionality for a specific sheet within your workbook, you would use the Worksheet_BeforeDoubleClick event handler. However, if you want this for any sheet within your workbook, you would use the Workbook_SheetBeforeDoubleClick event handler. If you'd like to pursue this, post back any and all details, and someone will likely be able to provide you with the help you need.
 
Upvote 0
If you'd like to pursue this, post back any and all details, and someone will likely be able to provide you with the help you need.
One of the details should be what should happen if the formula has two or more cell references in it or it the cell reference is a (large) range of cells.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

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