Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
By default, cell references are relative — they adjust when copied. A '$' before the column letter locks the column; a '$' before the row number locks the row. If a reference changes unexpectedly when you copy a formula, the lock is missing or placed incorrectly.
=B2*C1=B2*$C$1C1 holds a tax rate that must not change when the formula is copied. Adding '$C$1' locks both the column and the row so every copied cell multiplies by the same rate in C1.
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Stop hunting errors by hand.
Upload your spreadsheet and the Auditor flags every $ lock and broken formula at once — or paste this one formula and get the fix explained.
In Google Sheets, F4 cycles through the same four reference types as in Excel: relative → absolute → row-absolute → column-absolute. Make sure you click inside the reference text in the formula bar before pressing F4.
Inserting rows shifts cell contents down, so $A$1 now references whatever moved into row 1. Absolute references fix the address, not the cell content. To reference a value that must never move, put it in a row that will not be affected by insertions, or use a named range.
Yes. Click inside A1:A10 in the formula bar and press F4. Both anchors of the range become locked: $A$1:$A$10.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: