US Careers Hub: Excel Basics - Part 3: Understanding Rows, Columns, Cells, and Cell Referencing

Monday, June 8, 2026

Excel Basics - Part 3: Understanding Rows, Columns, Cells, and Cell Referencing


Microsoft Excel rows, columns, cells, and cell referencing

In the prior Excel course sections, we discussed the basics around workbooks, worksheets, and cells. Now that you know the basics of the Microsoft Excel layout, we can take the next step, and learn the basics of how the Excel application organizes spreadsheets and how cells and groups of cells are identified.


This is called cell referencing, and it is the core of nearly all activities you will perform in Excel. As you create calculations, work with data, create charts, or perform a data summary, you will use cell references in all those activities.


In this section you will learn about rows, columns, and addresses along with cell ranges.


Cell References Basics:  Think about hundreds or thousands of values on a spreadsheet, how would you perform a calculation? Instead of typing or selecting each value, you can refer to the cells that contain those numbers.


Instead of having to type:  10 + 20 + 30


You would just write:  A1 + A2 + A3


Referencing cells in a spreadsheet is an efficient way to perform calculations that are easy to and maintain and update. The calculations will be updated automatically if the data cells are changed.


Before we can create calculations, we need to learn how to identify a cell in Excel.


Understanding Rows and Columns


Every Excel worksheet is made up of a grid with rows and columns.

Columns

Columns go up and down from the top to the bottom.

Each Excel worksheet column is given a letter to identify it:

A

B

C

D

E

It keeps going like that.

When you move to the side of the Excel worksheet Excel worksheet uses combinations like:

AA

AB

AC

AD

and many more combinations.

The Excel worksheet columns help us keep information together. For example:

A B C

Product Price Quantity

Here each Excel worksheet column is a type of information.

Rows

Rows go across the Excel worksheet from left to right.

The Excel worksheet rows are given numbers to identify them:

1

2

3

4

5

It keeps going like that.

Each Excel worksheet row is usually a thing or entry.

For example:

Product Price Quantity

Apple 10 5

Orange 15 8

Mango 20 4

Each product is, in its Excel worksheet row.

Where Rows and Columns Meet: Cells

When a row and column cross paths in a spreadsheet, you get a cell. Every spreadsheet is made up of these little boxes. You can put all sorts of things in them — a word, a number, a date, maybe even a formula or function.

Let’s say you’re looking at Column B, Row 2. Where they meet is B2. Or Column D, Row 5? That’s D5. Over in Column A, Row 10? That’s A10. Click on a cell in Excel and you’re highlighting a specific spot on your worksheet. That spot has a name—people call it a cell address or a cell reference. It’s pretty simple: just the column letter, then the row number. Like A1, B2, C7, or D15. Always the column first, then the row.

So, if you click a cell in Column B, Row 2? You’re looking at B2. That’s Excel’s way of knowing exactly where you are—sort of like coordinates on a map. The column tells you how far across, the row tells you how far down. Put them together, and you’ve got the address for that exact spot in your spreadsheet.

Using the Name Box Excel makes it very easy to see what the current active cell’s address is.

Just above the grid, at the top-left corner of your worksheet, you can find the Name Box.

Whenever you click a cell:

When you click on a cell, the name box shows the cell reference.

You can see that the name box reference changes when you click on different cells.

For example:

Click cell A1 → Name Box shows A1

Click cell C5 → Name Box shows C5

Click cell F10 → Name Box shows F10

I personally love Excel’s Name Box, especially for working with big spreadsheets. It quickly tells me where I am on the sheet without having to look all the way up at the row and column headers.

Selecting Multiple Cells In the real world, you’ll usually be working with groups of cells rather than just one single cell at a time.

Excel lets you select multiple cells by clicking and dragging over the area that you want.

When you highlight several connected cells, you create what Excel calls a range.

What’s a Range? A range is a collection of two or more cells.

Ranges are extremely important because many Excel operations use them, including:

Formulas

Functions

Charts

Data analysis

Conditional formatting

Instead of having to refer to each cell one by one, Excel lets you reference an entire range.

Single-Column Ranges



Let's say you select the following cells:

B2

B3

B4

B5

B6

B7

B8

This collection of cells forms a range.

To describe the range, we use:

The first cell

The last cell

Therefore, the range is written as:

B2:B8

Notice the : (colon) between the two cell references

The colon means:

“Starting at B2 and ending at B8, including everything in between.”

This notation is used throughout Excel.

Examples A1:A10

C5:C20

D2:D15

All of these are, in fact, vertical ranges within one column.

Multi-Column Ranges



You don’t have to worry about limiting ranges to only one column.

You can select cells spanning several rows and/or columns.

For example, imagine selecting:

Starting cell: B2

Ending cell: C8

That area includes all cells between those 2 corners.

The range is written as:

B2:C8

This tells Excel:

Start at B2 (upper-left corner)

End at C8 (lower-right corner)

Include every cell inside the rectangle

Visual Representation B C B2 C2 B3 C3 B4 C4 B5 C5 B6 C6 B7 C7 B8 C8 All of these cells together make up the range B2:C8

Understanding Range References


A range reference always uses: Upper-left cell : Lower-right cell

This rule remains the same no matter how large your range gets!

For example:

A1:C5

D4:H20

B2:F10

The first one identifies your starting corner, and the second one identifies your ending corner.

Everything in between is included within your range.

Why Ranges Matter Ranges turn Excel into a powerhouse.

Instead of working out each calculation cell by cell, you can work with an entire group of data at once.

For example:

Sum a Range Rather than writing:

=A1+A2+A3+A4+A5

You can write:

=SUM(A1:A5)

This is faster, cleaner, and easier to maintain.

Create Charts When building charts, you’ll often select a range such as:

A1:B10

Excel uses that range as the chart’s source data.

Analyze Data Many Excel tools require range references, including:

Average calculations

Maximum values

Minimum values

PivotTables

Filters

Understanding ranges is therefore essential for advanced spreadsheet work.

The Active Cell When you select a range, one cell is highlighted differently from the others.

This cell is called the active cell.

The active cell is usually:

The first cell you clicked before dragging.

The cell that’s shown in the Name Box.

For example:

If you select B2:C8 by dragging from B2:

B2 is the active cell.

“B2” appears in the Name Box.

Even if we select multiple cells, Excel still keeps track of only one active cell that exists within the range.

Common Beginner Mistakes Mixing Up Rows and Columns Remember:

Columns = Letters

Rows = Numbers

A quick memory trick:

Columns go up and down; rows go across.

Reversing Cell References Always write:

Column Letter + Row Number

Correct:

B5

D10

A2

Incorrect:

5B

10D

2A

Forgetting the Colon in Ranges Correct:

B2:B8

Incorrect:

B2B8

I’m sorry. You forgot to include the colon, which is necessary to indicate you are referring to a range.

Practical Exercise Open Excel and try the following:

Click cell A1.

Now look at the Name Box.

Click cell D5

Notice the Name Box again.

Select cells B2 through B8.

What do you notice about the Name Box?

Select cells C3 through E10.

What's the range reference?

Answers:

Step 5 range: B2:B8

Step 7 range: C3:E10

Practicing these simple exercises will make cell references feel natural very quickly.

Key Takeaways Let’s review the most important concepts from this lesson:

  • Columns are identified by letters.

Rows are numbered.

Where a row and column meet each other they form a cell.

Each cell has a unique address which is referred as cell reference.

Cell references have a column letter combined with a row number.

The Name Box shows the active cell reference.

A range is a group of cells.

Ranges are written using the first and last cell separated by a colon.

For example: B2:B8, B2:C8.

Cell references and ranges are essential for formulas, calculations, and charts.

Final Thoughts Mastering rows, columns, cells, and cell references is one of the most important skills for any Excel user. These concepts may seem basic, but they’re the foundation for everything you’ll learn going forward.

As we get deeper into formulas, functions, charts, and data analysis, you’ll often use cell references and ranges to tell Excel where your information is stored. The more comfortable you are with these basics early on, the easier more advanced Excel topics will be later.

Spend a few minutes practicing selecting cells and figuring out which range applies in a worksheet. A bit of hands-on experience will help make these concepts feel second nature!

Continue to Part 4

Ready for the next lesson? Continue to Part 4 of the Excel Course using the link below:

Home Page

Free AI Course Part 3

No comments:

How to Actually Learn AI in 2026: What Most Roadmaps Get Wrong

The smartest way to learn AI in 2026 is through projects, practical experience, and strong software engineering fundamentals. Mastering AI i...