How to Use Absolute Reference in Excel

If you just need to use absolute reference in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

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.

On this page7
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. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “use absolute reference in excel”. Start on a copy or a tiny sample, keep the affected cells visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a workflow that saves repeating the same clicks every week, but the practical win is that someone else can open the file and understand what happened without asking you.

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. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.

In Google Sheets

Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Nothing on this page is behind a login or a download: the exact answer is at the top, and the detail below it is there for when you need it. That is the whole promise here — the answer first, and just enough context to make it stick. The short version of “use absolute reference in excel”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.

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

On the way here you may have searched this as “how to use the absolute reference in excel”, “absolute reference formula excel”, “excel formula absolute reference” and “formula for absolute reference in excel” — it is all the same task, and this page is the single, complete answer to it.

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

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