What is an absolute reference in Google Sheets?

Absolute references lock row, column, or both with dollar signs so a formula keeps pointing at the same cell when you copy it. $A$1 locks both axes. A$1 locks the row. $A1 locks the column. Mixed locks are how tax rates stay in one settings cell while a formula fills down a thousand rows.

When to use it

Use absolute refs for constants, tax rates, exchange rates, date boundaries, and lookup table corners when dragging formulas across grids.

When to skip it

Skip locking everything; overusing $A$1:$Z$1000 fights intentional relative movement when you copy sideways through months.

How it works

  1. 1

    Type $ before column letter and/or row number in the formula bar, or press F4 while the cursor is on the reference (on supported keyboards).

  2. 2

    Drag-fill down a column with row-relative and column-locked refs for running calculations against fixed Settings!$B$1 rate.

  3. 3

    VLOOKUP tables use $ on the lookup array so copy-down does not slide the table address.

  4. 4

    Combine with named ranges to reduce dollar-sign noise on templates many people maintain.

  5. 5

    In conditional formatting custom formulas, lock columns that must stay fixed while rows move.

  6. 6

    Test copy right and copy down after building the first formula cell.

Examples in Google Sheets

Tax rate cell

=C2*(1+$E$1) fills down column D while E1 rate stays fixed for every row.

VLOOKUP table anchor

=VLOOKUP(A2,$G$2:$H$500,2,FALSE) copied down keeps lookup table glued to G2:H500.

Running total boundary

=SUM($B$2:B2) locks start row for cumulative sum pattern down column C.

Build this without starting from a blank cell

Use a Better Sheets tool for Absolute reference ($), then watch a walkthrough when you want the full pattern.

Better Sheets resources

Common mistakes

  • Locking the wrong coordinate so copy-down shifts the rate cell reference anyway.
  • No locks on VLOOKUP range, so row 50 looks up against a table that slid to empty cells.
  • F4 not available on some laptops without Fn key; manual $ typing errors.
  • Absolute refs to deleted rows after Settings tab moves without updating formulas.
  • Conditional formatting formula with no $ on column letter so rules drift across columns incorrectly.

Frequently asked questions

$A$1 meaning?
Column A and row 1 both locked when formula copies in any direction.
A$1 vs $A1?
A$1 locks row 1 only. $A1 locks column A only. Pick based on copy direction.
Absolute vs relative?
Relative refs shift with copy. Absolute refs stay on the locked parts.
Named range instead of $?
Yes. =rate*Amount with named rate cell reads cleaner than $E$1 everywhere.
Absolute in ARRAYFORMULA?
Locks still apply per copied logical row inside array logic; test spill output carefully.
Cross-sheet absolute?
='Settings'!$B$1 works. Lock the cell on the other tab the same way.
Dollar sign in text?
Different from ref lock. Currency in strings uses quotes, not formula $ syntax.
Paste only formulas?
Paste special formulas preserves absolute/relative structure from source cell.

Related Tutorials

Watch how Absolute reference ($) works

Browse more tutorials
Ultimate Checklist in Google Sheets

Ultimate Checklist in Google Sheets

how to create and customize checklists using Google Sheets. I show you h...
Google Sheet Basics - The Absolute Basics

Google Sheet Basics - The Absolute Basics

Let's start at the basics of Google Sheets. Where every beginner spreads...
Created a GPT function in Sheets

Created a GPT function in Sheets

Unlock the Power of OpenAI: Create Ultimate GPT Prompts for Seamless Int...
How do I reference a different spreadsheet in Apps Script?

How do I reference a different spreadsheet in Apps Script?

I'll show you how to get text from one spreadsheet file to another with ...
How to Refer to Other Cells - A1 and R1C1 Explained

How to Refer to Other Cells - A1 and R1C1 Explained

Get down to basics of spreadsheets.

Related blog posts

Guides that explain Absolute reference ($) in more depth.

Browse the blog

Related glossary terms

Done reading about Absolute reference ($)?

Membership unlocks 636+ tutorials, unlimited generators, and every template. Practical lessons. Zero fluff.

Need this once

Jump to a free tool or a single tutorial for this topic.

Learning Sheets for real

Unlock the full library, generators, and templates with membership.