Excel Naming a Cell

If you just need to excel naming a cell and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: select the range, type a name like SalesData in the Name Box (left of the formula bar) and press Enter, then use =SUM(SalesData) in place of =SUM(B2:B100).

On this page7
Annotated stepsExcel
1

Select the cell or range you want to name.

2

Use Formulas ▸ Define Name, or type the name in the Name Box (left of the formula bar) and press Enter.

3

Or select a range with header labels and use Formulas ▸ Create from Selection to name it from the headers.

4

Use the name in formulas, e.g. =SUM(SalesData).

5

Open Name Manager (Ctrl+F3) to edit or delete names.

=SUM(SalesData)
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

A named range is a human-readable label for a cell or range. Once defined, you can use the name in any formula instead of cell references, so =SUM(SalesData) reads more clearly than =SUM(B2:B100) and survives when rows move. Names are workbook-scoped by default. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “excel naming a cell”. Start on a copy or a tiny sample, keep the affected cells visible, and compare the result with the tool above before you touch the real workbook. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. The point is a layout choice that keeps the sheet readable and sortable, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

Select B2:B100, click the Name Box at the left of the formula bar, type SalesData and press Enter. Now =SUM(SalesData) totals the column and reads as plain English instead of =SUM(B2:B100). Named ranges make formulas readable and self-documenting, so a sheet someone else built is easy to follow and safe to edit. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. The short version of “excel naming a cell”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.

Common mistakes

  • Using spaces in a name (not allowed — use SalesData or Sales_Data).
  • Starting a name with a number (names must start with a letter or underscore).
  • Choosing a name that looks like a cell reference such as A1 or Q3.
  • Forgetting that a workbook-scoped name must be unique across the whole workbook.

Frequently asked questions

How do I create a named range?

Select the range, then use Formulas ▸ Define Name or type a name in the Name Box and press Enter.

Where is the Name Box?

It is the small box at the left end of the formula bar that shows the current cell address.

How do I edit or delete a named range?

Open Name Manager with Ctrl+F3, then edit or delete any name there.

Can I do this in Google Sheets?

Yes. Use Data ▸ Named ranges to define and manage names.

Other ways people ask this

This is also commonly searched as “naming cells in excel” and “excel cell naming”. They describe the identical operation, so you are in the right place no matter how you phrased it.

Why do people search for this in so many different ways?

Because the same task has many names. “naming cells in excel”, “excel cell naming” all point at the one operation explained on this page, which is why they all lead here.