Overview - Absolute references ($A$1)
What is it?
Absolute references in Excel are cell addresses that stay fixed when you copy or move a formula. They use dollar signs ($) before the column letter and row number, like $A$1. This means no matter where you copy the formula, it always points to the exact same cell. This helps keep important values constant in calculations.
Why it matters
Without absolute references, formulas would change cell references automatically when copied, which can cause errors if you want to keep some values fixed. For example, if you have a tax rate in one cell and want to apply it to many prices, absolute references ensure the tax rate cell stays the same. Without this, you would have to rewrite formulas repeatedly, wasting time and risking mistakes.
Where it fits
Before learning absolute references, you should understand basic cell references and how formulas work in Excel. After mastering absolute references, you can learn about mixed references (locking only row or column) and advanced formula techniques like named ranges and dynamic arrays.