📊 Mr Excel Tamil
Blog › Getting Started

The Cell Reference System

Every cell has an address made from its column letter and row number. B7 means column B, row 7.

Module 1 · Getting Started · Easy · 5 Minutes read

Like a Street Address

Columns are lettered across the top, rows are numbered down the side. Where they cross is a cell, and its address is always the letter first, then the number.

  1. Column letter — Read across the top
  2. Row number — Read down the side
  3. Put them together — B7 = column B, row 7

How to do it

Column letter + row number = cell address B + 7 = B7

Always letter first, then number. B7 is a cell. 7B means nothing to Excel.

ItemWhat it does
ColumnsLettered A to XFD
RowsNumbered 1 to 1,048,576
A cellOne letter plus one number
A rangeTwo addresses with a colon: A1:C10

Reading Addresses

A1 · B7 · D25 · AA1 · A1:C10 · A:A · 1:1

ReferenceWhat it means
A1Column A, row 1
B7Column B, row 7
A1:C10The block from A1 to C10
A:AThe whole of column A
1:1The whole of row 1
Sheet2!A1Cell A1 on Sheet2

Result: Letter first

Every formula you ever write depends on getting these addresses right.

Do this

  • Always write the letter before the number
  • Use a colon for a range
  • Use the sheet name and ! for another sheet

Avoid

  • Writing 7B instead of B7
  • Confusing the range colon with a comma
  • Forgetting the ! when pointing at another sheet
📌 After column Z comes AA, then AB. After ZZ comes AAA. The last column is XFD.

Practice

Quick quiz: What does the reference A1:C10 mean?
  • Cell A1 and cell C10 only
  • Every cell in the block from A1 to C10
  • Column A to column C
Show answer

A1:C10 = 3 columns × 10 rows = 30 cells — A colon means a continuous block, including everything between the two corners.

🔒 Want the full interactive course? This is a free preview. The complete 39-module Excel Master Course — with hands-on lessons, quizzes and a certificate — is available inside the app.
Learn Excel the fun way
Bite-size interactive lessons, quizzes, streaks and a certificate.
Start free →