0
0
Google Sheetsspreadsheet~5 mins

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

Choose your learning style9 modes available
Introduction
Mixed references help you fix either the row or the column in a cell address when copying formulas. This lets you control how formulas adjust when you copy them across rows or columns, saving time and avoiding errors.
When you want to copy a formula across columns but keep the row fixed, like applying a tax rate to different products in the same row.
When you want to copy a formula down rows but keep the column fixed, like multiplying sales numbers in different rows by a fixed commission rate in one column.
When you create a multiplication table and want to lock either the row or column reference to get correct results.
When you have a price list in one row and quantities in a column and want to calculate totals by mixing fixed rows and columns.
When you want to avoid manually changing formulas after copying them to many cells.
Steps
Step 1: Click
- a cell where you want to enter a formula
The cell is selected and ready for input
Step 2: Type
- the formula bar
The formula starts appearing in the formula bar
💡 Start with = to begin a formula
Step 3: Enter
- a cell reference with a $ sign before the column letter only (e.g., $A1) or before the row number only (e.g., A$1)
The reference becomes a mixed reference fixing either the column or the row
Step 4: Complete
- the formula and press Enter
The formula calculates the result in the cell
Step 5: Copy
- the cell with the mixed reference formula
The formula is copied with the fixed row or column as specified
Step 6: Paste
- to other cells across rows or columns
The formula adjusts only the unfixed part of the reference, keeping the fixed row or column constant
Before vs After
Before
Formula in cell B2 is =A1 and copying it to C3 changes it to =B2
After
Formula in cell B2 is =$A1 and copying it to C3 changes it to =$A2 (column fixed, row relative)
Settings Reference
Absolute column reference
📍 Formula bar when typing a formula
Fixes the column so it does not change when copying the formula
Default: No $ sign means relative reference
Absolute row reference
📍 Formula bar when typing a formula
Fixes the row so it does not change when copying the formula
Default: No $ sign means relative reference
Common Mistakes
Using $ before both column and row (e.g., $A$1) when only one should be fixed
This makes the reference fully absolute, so it never changes when copied, which may not be desired
Use $ only before the column or only before the row to create a mixed reference
Not using $ at all, causing all references to change when copying
This can cause formulas to refer to wrong cells after copying
Add $ before the part you want to keep fixed (column or row)
Summary
Mixed references fix either the row or the column in a cell reference using $.
They help formulas adjust correctly when copied across rows or columns.
Remember to place $ only before the column letter or row number, not both, for mixed references.