0
0
Google Sheetsspreadsheet~5 mins

Relative references in Google Sheets - Step-by-Step Guide

Choose your learning style9 modes available
Introduction
Relative references help you copy formulas easily by adjusting cell references automatically. This saves time when you want to do the same calculation for many rows or columns without typing each formula.
When you want to add sales numbers for each row in a list without typing each formula.
When calculating total prices by multiplying quantity and price for many products.
When you need to apply the same formula across a column or row with different data.
When creating a simple budget that sums expenses for each month.
When you want to copy a formula down a column to calculate discounts for each item.
Steps
Step 1: Click
- cell where you want to enter the formula
The cell is selected and ready for input
Step 2: Type
- formula bar or selected cell
Formula appears in the cell and formula bar
💡 Start with = to begin a formula
Step 3: Enter
- formula with relative cell references, for example: =A2+B2
The formula calculates the sum of cells A2 and B2
Step 4: Click
- the small square handle at the bottom-right corner of the cell with the formula
The cursor changes to a plus sign
Step 5: Drag
- the fill handle down or across the cells where you want to copy the formula
The formula copies to the selected cells, adjusting cell references automatically
Step 6: Release
- mouse button after dragging
Each cell shows the result of the formula with relative references updated for its row or column
Before vs After
Before
Cell C2 contains the formula =A2+B2 showing 30 (from 10+20). Cells C3 to C5 are empty.
After
Cells C2 to C5 contain formulas =A2+B2, =A3+B3, =A4+B4, =A5+B5 showing sums for each row automatically.
Settings Reference
Formula input
📍 Formula bar or cell
To create formulas that adjust cell references when copied
Default: Relative references
Common Mistakes
Using absolute references (with $) when you want relative references.
Absolute references do not change when copied, so the formula always points to the same cell.
Use cell references without $ to allow automatic adjustment when copying formulas.
Not dragging the fill handle after typing the formula.
The formula only applies to one cell and does not calculate for other rows or columns.
Drag the fill handle to copy the formula with relative references to other cells.
Summary
Relative references adjust cell addresses automatically when copying formulas.
They save time by letting you write one formula and apply it to many cells.
Remember to use relative references when you want formulas to change based on their position.