Skip to content
Getting Digital

Cell reference (relative, absolute, mixed)

Also: relative reference, absolute reference, mixed reference, dollar sign reference, A1 notation

A cell reference is the address, such as B4, that a formula uses to point at another cell, and it comes in three forms: relative, which shifts when the formula is copied; absolute, which dollar signs pin in place; and mixed, which pins only the column or only the row.

Our take. Nearly every spreadsheet error that survives into a board pack is a reference that moved when it should have stayed still. People treat the dollar sign as decoration to add when a copied formula looks odd; it is a statement about which way the formula is allowed to travel. Decide that before writing the formula, not after the totals disagree.

Three behaviours, one address

A spreadsheet stores a formula's reference as a position relative to the cell holding it unless told otherwise. Enter =C7*D7 in E7, copy it down one row, and the copy reads =C8*D8, because the software kept the distance, not the address. That default is what makes filling a column of line totals take one drag. It becomes a fault the moment a formula must keep reading one fixed cell, such as a tax rate or an exchange rate sitting at the top of the sheet, while everything else moves.

  • Relative (B4) shifts in both directions when copied. Right for row-by-row arithmetic.
  • Absolute ($B$4) stays exactly where it was. Right for a single input every formula shares.
  • Mixed ($B4 or B$4) pins only the column or only the row. Right for a grid, such as a price table where each result multiplies a row heading by a column heading.

Named ranges for single inputs

For one shared input, a name often beats dollar signs. A formula reading =Net*VAT_Rate explains itself to the next person who opens the file, and the name stays pinned wherever the formula is copied.

Excel cycles through the four forms when the reference is selected in the formula bar and F4 is pressed, which is quicker and less error-prone than typing dollar signs by hand. Google Sheets reads the same notation. The idea reaches beyond formulas: when recording a macro in Google Sheets, the recorder asks up front whether to use absolute or relative references, and the answer decides whether the replay acts on the exact recorded cells or on whatever cell is selected. A pivot table avoids the question entirely by aggregating without formulas, and data validation rules often point at a fixed list with an absolute reference. The spreadsheets topic and advanced Excel both build on getting this right first.

Related concepts

  • Named together in the office field; each page links the other.

  • RelatedMacro

    Named together in the office field; each page links the other.

Where this concept sits in the field

Certifications that test this

Vendor exams whose syllabus covers this concept — facts, cost and a preparation path on each page.

More courses from these shelves

A rotating selection from the course directory, drawn from the subcategories where this concept is taught rather than picked for it. Details, price and the provider link are on the course page.

Financial Modeling for Beginners in Excel in 120 Minutes!

You're Just Seconds Away From Leveraging Excel & Financial Modeling That Will Make It Possible For YOU To:Increase your…

Udemy

Stock Transfers in S4 HANA2025 and above

Intra stock transfer order part1 Intra stock transfer order part2Intra stock transfer order part3ConclusionInter stock…

Udemy

A project management course: Becoming a PROject Manager

A Project Management Course: Becoming a PROject ManagerAre you ready to elevate your career and become a proficient, so…

Udemy

PowerPoint for Consulting and Business presentations

This course is a consolidation of the knowledge that I have accumulated from my multiple years of working in the top co…

Udemy

Oracle Financial Concepts

This course teaches students about the basic Oracle Financial Concepts, including the way to to setup an organizational…

Udemy

Camtasia Studio Video Editing -Beginner to Intermediate 2025

Updated in Jan. 2025Start editing your videos professionally with Camtasia Studio from Techsmith!If you are looking for…

Udemy

Sources

The primary text this definition rests on. Read it before you trust ours.

Last reviewed 26 September 2026 · Getting Digital