Overview - Absolute references ($)
What is it?
Absolute references in spreadsheets use the dollar sign ($) to lock either the column, the row, or both in a cell reference. This means when you copy a formula, the locked part does not change. For example, $A$1 always points to cell A1 no matter where you copy the formula. This helps keep certain values fixed while others adjust automatically.
Why it matters
Without absolute references, copying formulas would change all cell references, which can cause errors when you want to keep some values constant. For example, if you have a tax rate in one cell and want to apply it to many prices, absolute references let you always use that tax rate cell. Without this, you'd have to rewrite formulas manually, wasting time and risking mistakes.
Where it fits
Before learning absolute references, you should understand basic cell references and how formulas work in spreadsheets. After mastering absolute references, you can learn about mixed references, named ranges, and advanced formula techniques like array formulas and dynamic ranges.