A colleague says, “Please apply the formula from D2 to D100.” If you do not understand rows, columns, cells and ranges, even this simple instruction becomes confusing. This lesson removes that confusion permanently.
The Excel grid explained
Excel is built on a grid. The grid is made of rows and columns. Where a row and column meet, you get a cell. Every number, text value, date, formula and heading lives inside a cell.
Cell address example
What are rows?
Rows run horizontally from left to right. They are identified by numbers: 1, 2, 3, 4 and so on. In a sales report, each row often represents one record or transaction.
What are columns?
Columns run vertically from top to bottom. They are identified by letters: A, B, C, D and so on. In a report, each column usually represents one field such as Date, Region, Product, Quantity, Sales or Profit.
What is a cell?
A cell is the box where a row and column meet. The first cell in Excel is A1. It is in column A and row 1.
Why cell addresses matter
Formulas use cell addresses. If cell B2 contains price and cell C2 contains quantity, then cell D2 can calculate total using =B2*C2.
=Price*Quantity, not by typing totals manually.What is a range?
A range is a group of cells. Excel writes ranges using the first cell and last cell separated by a colon.
A1:A10means cells A1 through A10.A1:D1means row 1 from column A to D.A1:D10means the block from A1 to D10.
Build a simple sales table
Download one ZIP file containing the practice workbook, challenge workbook, solution workbook, cheat sheet, quiz and answer key.
Mini practice
- Create a table with columns Date, Product, Quantity, Unit Price and Total.
- In Total, multiply Quantity by Unit Price.
- Select the full table range.
- Select only the Quantity column.
- Write down the range address for each selection.
Quick quiz
- What is a row?
- What is a column?
- What does C4 mean?
- What is a range?
Answers: Horizontal numbered line; vertical lettered line; column C row 4; group of cells.