Lock a Cell Reference with the Dollar Sign
One cell holds a rate or constant, and every row must multiply by it — but when you copy the formula down, the reference slides off the rate cell and the answers go wrong.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
References are relative by default: copy =B2*E1 down one row and it silently becomes =B3*E2 — B3 is what you want, but E2 is an empty cell, so the result is 0. A $ freezes whatever it sits in front of: $E$1 locks both the column and the row, so the copied formulas read =B3*$E$1, =B4*$E$1 — the sales figure moves, the rate stays pinned. That mix of one moving reference and one locked reference is the pattern behind nearly every "rate times each row" calculation. The shortcut: click the reference in the formula bar and press F4 (Excel and Sheets on Windows, Cmd+T or fn+F4 on Mac) to cycle through $E$1 → E$1 → $E1 → E1.
When to use it
Use it any time one cell feeds many formulas: a tax rate, a commission percentage, an exchange rate, a grand total you're dividing by — set it once at the top and lock every reference to it.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveDownload the proof sheet (.xlsx)Last reviewed 2026-07-09