Field Guide

Excel definitions: cell, range, workbook, and the terms behind a formula

Updated

In Excel, a workbook is the file you open, and it holds one or more worksheets, the tabs along the bottom of the window. Each worksheet is a grid of cells set into columns that run down the sheet and are lettered A, B, C, and rows that run across and are numbered 1, 2, 3. A cell is the single box where one column and one row meet, and it is where every value and formula lives. That container hierarchy, plus the words for what goes inside a cell, is the vocabulary this page defines, each term with a link to the guide that covers it in full.

C2
fx
140
A B C
1 Region Q1 Q2
2 North 120 140
3 South 90 110
4 East 150 130
C2 (green) is one cell, where column C meets row 2, so its reference is C2. The Name box at the top-left shows that reference; the formula bar beside it shows the cell's value, 140. B2:B4 (amber) is a range: the three cells of column B, from row 2 through row 4.

The container: workbook, worksheet, cell

What goes in a cell: constants, formulas, functions

A cell holds either a value you type or a formula that calculates one. A formula is built from smaller named parts, and one short entry can hold four of them at once.

B6
fx
=SUM(B2:B4)*1.1

Reading that entry left to right: the = opens the formula, SUM is a function, B2:B4 inside the parentheses is its argument, * is an operator, and 1.1 is a constant. Here is what each of those means.

Groups of cells: range, named range, array

When something goes wrong: error value, circular reference

What is a spreadsheet?

A spreadsheet is a document for organizing, calculating, and analyzing data in rows and columns. In Excel the word does double duty: the program is a spreadsheet program, a single worksheet is also called a spreadsheet, and the file that holds those worksheets is the workbook. Rows run across the sheet and are numbered, columns run down and are lettered, and the cells where they cross are where you enter text, numbers, dates, or formulas. So “what is a spreadsheet” and “what is a worksheet” point at the same grid; the workbook is the file wrapped around it.

The short version

This page is about what the terms mean. When you need the reverse, which of those cells and formulas changed between two saved copies of a workbook, compare the two files and it lists each change for you.

Frequently asked questions

What are the basic parts of an Excel spreadsheet?
A workbook is the file you open in Excel, and it holds one or more worksheets, the tabs along the bottom. Each worksheet is a grid of cells arranged in columns, which run down the sheet and are labeled with letters, and rows, which run across and are numbered. A cell is the box where one column and one row meet, and it is where you enter a value or a formula.
What is the difference between a workbook and a worksheet?
A workbook is the whole file, the .xlsx or .xlsm you save and open. A worksheet is one sheet inside it, the grid you see under a single tab, where you store and work with data. Microsoft also calls a worksheet a spreadsheet. One workbook can contain many worksheets, and every worksheet is stored inside a workbook.
What is a cell reference in Excel?
A cell reference is the set of coordinates a cell occupies, written as its column letter followed by its row number. The cell where column B meets row 3 has the reference B3. A reference points at a cell, not at the value inside it, which is why B3 can read 90 today and 120 tomorrow while the reference stays B3.
What is the difference between a formula and a function?
A formula is the whole entry in the cell, and it always begins with an equal sign. A function is a built-in, named calculation used inside a formula, such as SUM or ROUND. So =ROUND(A1,2) is a formula built on the ROUND function, and =A1*1.1 is a formula that uses no function at all.
What is a range in Excel?
A range is two or more cells on a sheet. The cells can be adjacent, like A2:A5, which is the four cells from A2 down to A5, or nonadjacent, like three separate cells you select together. A range you give a friendly name to, so you can write Tax in place of $B$1, is a named range.
What is an error value in Excel?
An error value is what a cell shows when a calculation cannot resolve, a code like #DIV/0! or #REF! that names the kind of failure in place of a number. Each code has its own cause and its own fix, and the full catalog is a separate guide.

Catch the errors before they ship

Reviewing a change to a model? Compare the two versions in your browser and see every changed cell, formula, and value. It's free, and nothing leaves your computer.