0
0
Excelspreadsheet~10 mins

Workbook, worksheet, and cell structure in Excel - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data represents a simple worksheet with three columns: Name, Age, and City, and three rows of data entries.

CellValue
A1Name
B1Age
C1City
A2Alice
B230
C2New York
A3Bob
B325
C3Los Angeles
A4Carol
B428
C4Chicago
Formula Trace
=B2
Step 1: B2
Cell Reference Map
    A       B       C
1 | Name  | Age   | City     |
2 | Alice | 30    | New York |
3 | Bob   | 25    | Los Angeles |
4 | Carol | 28    | Chicago  |

Formula in cell D1: =B2
Arrow points from D1 to B2
The formula in cell D1 references cell B2 to get the age value 30.
Result
    A       B       C       D
1 | Name  | Age   | City     | 30          |
2 | Alice | 30    | New York |             |
3 | Bob   | 25    | Los Angeles |             |
4 | Carol | 28    | Chicago  |             |
The formula in cell D1 shows the value 30, which is the content of cell B2.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the formula =B2 return?
AThe value in cell B2
BThe value in cell A2
CThe value in cell C2
DThe sum of B2 and C2
Key Result
A cell reference formula like =B2 returns the value stored in the referenced cell B2.