0
0
Google Sheetsspreadsheet~10 mins

Formula structure and cell references in Google Sheets - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

This data shows two columns of numbers (A and B). Column C is empty and will be used for formulas that add values from columns A and B.

CellValue
A110
A220
A330
B15
B215
B325
C1
C2
C3
Formula Trace
=A1 + B1
Step 1: A1
Step 2: B1
Step 3: 10 + 5
Cell Reference Map
    A    B    C
1 | 10 |  5 | -> |
2 | 20 | 15 |    |
3 | 30 | 25 |    |
The formula in cell C1 uses values from cells A1 and B1 to calculate the sum.
Result
    A    B    C
1 | 10 |  5 | 15 |
2 | 20 | 15 |    |
3 | 30 | 25 |    |
The result of the formula '=A1 + B1' is 15, shown in cell C1.
Sheet Trace Quiz - 3 Questions
Test your understanding
What value does the formula '=A1 + B1' use from cell A1?
A15
B5
C10
D30
Key Result
A formula can add values from two cells by referencing them with '+' like '=A1 + B1'.