Excel Lock Cell Reference

This guide treats “excel lock cell reference” the way busy spreadsheet users actually want it: answer first, then the reasoning. It is written for Excel but calls out every place Google Sheets differs, and the platform toggle at the top switches all shortcuts between Windows and Mac so nothing here assumes the keyboard you are not on.

Exact answer

In Excel: put a $ before the column letter and/or the row number to lock that part when the formula is copied — =$A$1 locks both, and the fastest way to add them is to press F4 while editing the reference.

Annotated stepsExcel
1

Click into the cell and start editing the formula.

2

Select the reference you want to anchor (e.g. F1).

3

Press F4 to insert the dollar signs — once for $F$1, again for F$1, again for $F1.

4

Press Enter, then fill the formula down or across; the anchored part stays fixed.

=$A$1
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

A dollar sign anchors part of a cell reference so it does not shift when you copy or fill the formula. =$A$1 is fully absolute (both column and row are locked). =A$1 and =$A1 are mixed references that lock only one part — the row in =A$1, the column in =$A1. =A1 with no dollar signs is relative and adjusts freely. Pressing F4 while a reference is selected in the formula bar cycles it A1$A$1A$1$A1A1, so you rarely type the dollar signs by hand. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. Treat “excel lock cell reference” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected cells shows up while it is still harmless. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. That turns a workspace setting that makes a big sheet comfortable to navigate into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

=B2*$F$1 multiplies each row's value in column B by the single tax rate stored in F1. When you fill it down, B2 becomes B3, B4 and so on, but $F$1 stays put — every row keeps pointing at the one rate cell instead of drifting to F2, F3. Anchoring references is what lets one tested formula fill across hundreds of rows without the rates, totals or lookup tables it depends on sliding out of place. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. Treat “excel lock cell reference” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.

Common mistakes

  • Leaving a lookup table, rate or assumption relative, so it drifts off-target when you fill down.
  • Locking both parts ($A$1) when you only needed to lock the column or the row.
  • Typing the dollar signs in the wrong place — $ goes before the part you want to freeze, not after.
  • Forgetting that on a Mac you may need fn+F4 or Cmd+T depending on the keyboard.

Frequently asked questions

What does the dollar sign do in an Excel formula?

It locks the column ($A1), the row (A$1), or both ($A$1) so that part does not change when the formula is copied.

What is the shortcut for an absolute reference?

Select the reference while editing and press F4. On a Mac use F4, fn+F4, or Cmd+T depending on your keyboard.

What is the difference between absolute and mixed references?

Absolute ($A$1) locks both column and row; mixed locks only one — $A1 keeps the column, A$1 keeps the row.

Other ways people ask this

This is also commonly searched as “excel formula lock cell reference”, “lock reference cell in excel”, “how to lock cell reference in excel” and “lock cell reference in excel formula”. They describe the identical operation, so you are in the right place no matter how you phrased it.

Why do people search for this in so many different ways?

Because the same task has many names. “excel formula lock cell reference”, “lock reference cell in excel”, “how to lock cell reference in excel” all point at the one operation explained on this page, which is why they all lead here.