Using Absolute Cell Addressing in Excel Help Sheet
In Excel, when you copy a formula, cell references usually change (this is called relative
referencing). But sometimes you want a cell to stay the same, no matter where the formula goes.
That’s called absolute cell addressing.
Why Use It?
You might use absolute referencing when:
• You’re always multiplying by a fixed tax rate
• You want to use a constant cell (like a discount, total, or conversion rate)
• You’re copying a formula across rows or columns, but one cell should stay fixed
Relative vs Absolute Reference:
Type Example What Happens When You Copy
Relative =A1+B1 Changes to =A2+B2, etc.
Absolute =$A$1+B1 $A$1 stays locked
Step-by-Step: How to Make a Cell Reference Absolute
1. Click on the cell with your formula
2. Type or click the cell you want to lock
3. Press F4 (on Windows) or Fn + F4 (on Mac) OR manually add $ signs before EACH PART of the
cell reference when you create the formula.
o Excel will change the reference from A1 → $A$1
The F4 Key Toggles Between:
1. A1 → Relative
2. $A$1 → Absolute
3. A$1 → Row fixed TIP: Use these when you only want to
4. $A1 → Column fixed lock one part of the cell reference
Example: Using Absolute Cell Reference in a Formula
Let’s say B7 contains a tax rate, and you want to calculate tax on prices in column A.
When you copy the formula down column B:
• A10 changes to A11, A12 etc.
• $B$7 stays the same
Absolute cell referencing gives you control over your formulas — it’s a small skill that makes a big
difference. Once you’ve got it, you’ll be creating smarter spreadsheets in no time!
Page 1 of 1