Excel: How to efficiently check whether a selected cell is referenced in any other cell
Sophia Terry
I want to check whether a selected cell ( say A1) is referenced in any other cell in the sheet I’m working in? Is there a similar tool that shows you arrows from the selected formula to referenced cell, but the other way round? Eg. A1 is my constant and I’d like to see where in the spreadsheet it is used.
1 Answer
Seems like formula auditing.
See this and this for more info.
From the 2nd link and your comment, I can determine that what you were referring to is Trace Dependents. Quoting from the source:
Trace Dependents
To show arrows that indicate which cells use a selected cell, execute the following steps.
Select cell C12.
On the Formulas tab, in the Formula Auditing group, click Trace Dependents.
Result:
As expected, Group size is used to calculate the Cost per person.
It works whether the cell has a constant or a formula, mainly because Excel can figure out where the formulas are and what cells do they refer to.
1