What is a1 notation in Google Sheets?

A1 notation names cells with letters for columns and numbers for rows, like C5. R1C1 notation names cells by row and column index instead. Google Sheets shows and accepts A1 style in the formula bar for almost all work.

When to use it

Use a1 notation when writing or auditing formulas that must point at the right cells after copy, fill, or sheet changes.

When to skip it

Skip worrying about a1 notation when a named range, QUERY, or pivot already expresses the logic more clearly.

Better Sheets resources

Related Tutorials

Watch how A1 notation works

Browse more tutorials
Spreadsheet Automation 101 Lesson 1: A1 Notation vs Row,Column Syntax

Spreadsheet Automation 101 Lesson 1: A1 Notation vs Row,Column Syntax

Make A1 not so limited. Learn more about A1 Notation and how it can be c...
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.
5 Ways To Use Google Sheets for Advanced Project Management

5 Ways To Use Google Sheets for Advanced Project Management

Here are 5 advanced ways to manage projects inside of Google Sheets Man...
What is this Ampersand Doing in Google Sheets?

What is this Ampersand Doing in Google Sheets?

What is "&" doing in this formula? MONTH(A1&1) Do you know why this is s...
Created a GPT function in Sheets

Created a GPT function in Sheets

Unlock the Power of OpenAI: Create Ultimate GPT Prompts for Seamless Int...
Tic Tac Toe In A Google Sheet

Tic Tac Toe In A Google Sheet

Figure out who won a game of tic tac toe. inside a Google Sheet. Great f...

Related blog posts

Guides that explain A1 notation in more depth.

Browse the blog

Related glossary terms

Absolute reference ($)

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.

Read guide →

Open range reference

An open range reference points at an entire row, column, or unbounded slice such as B:B or 2:2 instead of a fixed rectangle like B2:B500. Formulas with open ranges include every cell in that line, which is convenient for growing tables but expensive and risky when stray values live far below your data.

Read guide →

Named range

A named range gives a block of cells a readable label like Revenue or ValidStatuses instead of only B2:B500. Define names from Data > Named ranges. Formulas, charts, pivot tables, and validation rules can reference the name, which makes models easier to audit and safer when rows shift inside the named block.

Read guide →

Google Sheets formulas

A formula is an instruction in a cell that calculates a result from other cells, ranges, or built-in functions. Every formula begins with =. When inputs change, the sheet recalculates so dashboards and models stay live without manual copy-paste. Formulas are the default automation layer inside the grid before Apps Script or add-ons.

Read guide →

relative reference

A relative reference moves when you copy a formula because row and column offsets stay the same, not the exact cell address. Google Sheets uses A1-style addresses like B2 by default. Relative refs are the normal choice for formulas you plan to fill down or across.

Read guide →

mixed reference

A mixed reference locks either the row or the column but not both, so one part of the address can change when you copy the formula. It is common in rate tables and lookups where only one direction should slide.

Read guide →

Done reading about A1 notation?

Membership unlocks 637+ 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.