0
0
Excelspreadsheet~10 mins

Mixed references ($A1, A$1) in Excel - Cell-by-Cell Formula Trace

Choose your learning style9 modes available
Sample Data

Sample data with numbers in columns A and B, rows 1 to 3.

CellValue
A110
B120
A25
B215
A32
B38
Formula Trace
= $A1 + A$1
Step 1: $A1
Step 2: A$1
Step 3: $A1 + A$1
Cell Reference Map
10
5
2
The formula in cell B1 uses mixed references: $A1 fixes column A but allows row to change; A$1 fixes row 1 but allows column to change.
Result
10
5
2
The formula result 20 appears in cell B1, summing values from A1 twice due to mixed references.
Sheet Trace Quiz - 3 Questions
Test your understanding
What value does $A1 refer to when the formula is in cell B1?
AValue in A2
BValue in B1
CValue in A1
DValue in B2
Key Result
Mixed references fix either the column or the row, allowing partial locking of cell references.