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).
Select the cell or range you want to name.
Use Formulas ▸ Define Name, or type the name in the Name Box (left of the formula bar) and press Enter.
Or select a range with header labels and use Formulas ▸ Create from Selection to name it from the headers.
Use the name in formulas, e.g. =SUM(SalesData).
Open Name Manager (Ctrl+F3) to edit or delete names.
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. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. For “excel edit named range”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected named range change, and only then apply the same setup to the full sheet. 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. That is what makes a workflow that saves repeating the same clicks every week useful in real work: repeatable, auditable, and not dependent on memory or luck.
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. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.
In Google Sheets
If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. 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, the tool proves it, and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. If you take one thing from this page on “excel edit named range”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.
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
A1orQ3. - 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
On the way here you may have searched this as “edit a named range in excel”, “how to edit a named range in excel”, “how to edit named ranges in excel” and “excel named range edit” — it is all the same task, and this page is the single, complete answer to it.
Why do people search for this in so many different ways?
Because the same task has many names. “edit a named range in excel”, “how to edit a named range in excel”, “how to edit named ranges in excel” all point at the one operation explained on this page, which is why they all lead here.