Question posted 2013 · +11 upvotes
I have the following data
-----------------------------------
. A B C
1 Data Total Left
2 D1 10 5
3 D2 20 13
4 D3 30 21
5
6
7 =A2 1
8 =A3 2
9 =A4 3
10
11 =A2 4
12 =A3 5
13 =A4 6
-----------------------------------
I am looking for two thing specifically.
Is there a way to find all references to a cell?
Is there a way to increment the cell letter? i.e. When I find the reference A7(for A2), I want to get the value for B7.
Accepted answer +24 upvotes
Is there a way to find all references to a cell?
Select the area of the sheet you want to examine, and under the Formulas menu, select Trace Precedents. This will show which cells are used in formulas in the selected area

This can be automated with VBA if required.
Is there a way to increment the cell letter?
If you mean you want to change the formula in a cell, that would require VBA.
If you mean something else, more explanation is needed.
Top excel Q&A (6)
- Shortcut to Apply a Formula to an Entire Column in Excel +335 (2011)
- How should I escape commas and speech marks in CSV files so they work in Excel? +136 (2012)
- Convert xlsx to csv in linux command line +96 (2012)
- How to create a link inside a cell using EPPlus +50 (2011)
- IF statement: how to leave cell blank if condition is false ("" does not work) +44 (2013)
- T-SQL: Export to new Excel file +44 (2012)
excel solutions on this site
— top 13%.