0
0
Excelspreadsheet~5 mins

Named ranges in Excel - Step-by-Step Guide

Choose your learning style9 modes available
Introduction
Named ranges let you give a name to a cell or group of cells. This makes it easier to use those cells in formulas and find them quickly. Instead of remembering cell addresses like A1 or B2:B10, you use a friendly name.
When you want to use a clear name in formulas instead of cell addresses, like TotalSales instead of B2:B10
When you have a large sheet and want to jump quickly to important cells or ranges
When you share a sheet and want others to understand formulas easily
When you want to protect or lock a specific range by name
When you create charts or reports that use the same data range repeatedly
Steps
Step 1: Select the cell or range of cells you want to name
- Worksheet grid
The selected cells are highlighted
Step 2: Click in the Name Box (left of the formula bar)
- Name Box
The current cell address is highlighted and ready to edit
Step 3: Type the name you want to assign (no spaces, start with a letter)
- Name Box
The typed name appears in the Name Box
Step 4: Press Enter
- Keyboard
The selected cells are now named with the typed name
Step 5: Use the named range in a formula by typing its name
- Any cell formula
Excel uses the named range instead of cell addresses in the formula
Before vs After
Before
Cell B2:B10 contains sales numbers but has no name
After
Cell range B2:B10 is named TotalSales and can be used in formulas by that name
Settings Reference
Name Box
📍 Left side of the formula bar
Create or select named ranges quickly
Default: Cell address (like A1)
Name Manager
📍 Formulas tab > Defined Names group > Name Manager
Manage all named ranges in the workbook
Default: Shows all named ranges
Common Mistakes
Using spaces or invalid characters in the name
Excel does not allow spaces or special characters in named ranges
Use underscores or camel case like Total_Sales or TotalSales
Naming a range with the same name as a cell address (like A1)
This causes confusion and Excel will not accept it
Choose unique names that do not look like cell addresses
Not pressing Enter after typing the name in the Name Box
The name will not be saved without pressing Enter
Always press Enter to confirm the named range
Summary
Named ranges let you assign easy names to cells or ranges for simpler formulas and navigation
You create named ranges by selecting cells and typing a name in the Name Box
Names must follow rules: no spaces, start with a letter, and be unique
Use the Name Manager to edit or delete named ranges anytime