0
0
Google Sheetsspreadsheet~5 mins

Absolute references ($) in Google Sheets - Step-by-Step Guide

Choose your learning style9 modes available
Introduction
Absolute references keep a cell address fixed when copying formulas. This helps when you want to use the same cell in many formulas without changing it.
When you want to multiply many numbers by the same tax rate stored in one cell.
When you need to add a fixed fee from one cell to many prices in a list.
When copying a formula that uses a constant value from a specific cell.
When creating a budget that refers to a fixed exchange rate in one cell.
When you want to lock a reference to a header or total cell while copying formulas.
Steps
Step 1: Click
- a cell where you want to enter a formula
The cell is selected and ready for typing
Step 2: Type
- the formula bar or directly in the cell
The formula appears as you type
Step 3: Add a dollar sign ($) before the column letter and/or row number in the cell reference you want to fix
- inside the formula
The reference becomes absolute, for example $A$1
Step 4: Press Enter
- formula bar or cell
The formula calculates and shows the result
Step 5: Copy the cell with the formula
- selected cell with absolute reference
The formula is copied to the clipboard
Step 6: Paste
- another cell or range
The formula pastes with the absolute reference unchanged
Before vs After
Before
Formula in B2 is =A2*B1 and copying it down changes B1 to B2, B3, etc.
After
Formula in B2 is =A2*$B$1 and copying it down keeps $B$1 fixed in all copied formulas
Settings Reference
Absolute reference
📍 Formula bar when editing a formula
To fix a cell reference so it does not change when copying formulas
Default: No $ signs (relative reference)
Common Mistakes
Not using $ signs when copying formulas that need fixed references
The cell reference changes and causes wrong calculations
Add $ before column and/or row to fix the reference, like $A$1
Using $ signs in the wrong place (only before column or only before row) without knowing the effect
The reference may fix only part of the address, causing unexpected changes
Understand that $ before column locks the column, $ before row locks the row, use both to fix fully
Summary
Absolute references use $ to fix cell addresses in formulas.
They keep the reference the same when copying formulas to other cells.
Use $ before column letter and/or row number depending on what you want to fix.