Elite Membership

Name Manager in Excel

Written by Vidya Subbu Vidya Subbu Excel Content Writer & Editor Vidya, a former software engineer turned seasoned content writer with 7+ years of experience, excels in creating engaging content. As an editor at WallStreetMojo, she dreams of publishing her own book. 7+ years of experience B.E. (Electronics and Instrumentation) MS Excel - Basic and Advanced View Full Profile
Reviewed by Dheeraj Vaidya, CFA, FRM Dheeraj Vaidya, CFA, FRM Content Reviewer & Course Director Dheeraj is a former J.P. Morgan and CLSA Equity Analyst with nearly two decades of experience in financial modeling, valuation, equity research, and corporate finance. He specializes in helping students and professionals develop practical and in-demand finance skills through structured and AI-powered, 20+ Years of experience CFA, FRM, IIT Delhi, IIM Lucknow Financial Modeling View Full Profile
Updated Dec 20, 2024
Read Time 5 min

Excel Name Manager

Named Ranges in excel formulas can be used as a substitute for cell references. Excel Name Manager is used to create, edit, delete and find other names in the Excel workbook.

Download FREE Name Manager In Excel Template and Follow Along!
Download Excel Template

Excel โ€œName Managerโ€ can be found in the โ€œFormulasโ€ tab.

name manager in excel 1.1

Tip: โ€œCtrl + F3โ€ is the shortcut to access it.

name manager in excel 1.0

Usually, it is used to work with existing names. However, it also allows you to create a new name too.

How to Use Name Manager in Excel?

Please follow the below steps for using the Excel Name Manager.

  1. First, we must go to the “Formulas” tab > “Defined Names” group, then click the “Name Manager.” Alternatively, we can press “Ctrl + F3” (the shortcut for Name Manager).
  2. For a new named range, click on the โ€œNewโ€ button.
  3. You may see the window below by clicking the โ€œNewโ€ button.

    Type in the name we want to give to the range and the cells it will refer to in the โ€œRefers toโ€ section.

Examples of Name Manager in Excel

We can use Name Manager to create, edit, delete and filter Excel names. Below, we will see one example of each, along with their explanations.

Example #1 – Creating, Editing & Deleting Named Range in Excel

Let us suppose we want to refer to the cells in the range B2:E2 by the name โ€œNear.โ€ To do that, follow the below steps.

  • Go to the “Formulas” tab > “Defined Names” group, then click the “Name Manager.” Alternatively, we can press “Ctrl + F3” (the excel shortcut for Name Manager).
Name Manager in Excel
  • For a new named range, click on the โ€œNewโ€ button.
name manager in excel 1.2
  • Then in “Name,” write โ€œNear,โ€ and in “Refer to,” select B2: E2 and click “OK.”
name manager in excel 1.4
  • After this, we can see the name โ€œNearโ€ created when we click on the Excel โ€œName Manager.โ€
name manager in excel 1.5
  • We can see the other options like “Edit” and “Delete.” Let us suppose we want to edit the cell reference. Then select the relevant named range (here โ€œnearโ€), click on โ€œEdit,โ€ and change the configuration.
name manager in excel 1.5
  • Similarly, select the relevant named range for deleting and click on โ€œDelete.โ€
name manager in excel 1.5

If we want to delete multiple named ranges at once, we only need to select the relevant ones by pressing the โ€œCtrlโ€ button. After that, it will select all the relevant ones, and we need to click on โ€œDelete.โ€ To delete all the names, choose the first one, press the “Shift” button, and then click on the last โ€œnamed range.โ€ This way, it will select all, then click โ€œDelete.โ€

Example #2 – Create an Excel Name for a Constant

Not only named ranges, but Excel also allows us to define a name without any cell reference. So, for example, we can use this to create a named constant.

Suppose we want to use a conversion factor in your calculations. Then, instead of referring every time to that value, we can assign that value to a name and use that name in our formulas.

For example: 1 km = 0.621371 mile

  • First, let us create the named range, which we will use in a formula. In the “Formulas” tab, click on “Name Manager.”
formula tab
  • Once we click on “Name Manager,” a window will open that clicks on “New.”
name manager window
  • In the โ€œName Box,โ€ write โ€œKm_In_Miles,โ€ and in the โ€œRefers to” box, specify the value as 0.621371.
Edit Name box
  • After this, we can see the name โ€œKm_In_Milesโ€ created when we click on the โ€œExcel Name Manager.โ€
name manager
  • Whenever we want to use a name in a formula, type, and we can see it in the list of suggestions to select.
Step 2.5
  • So the answer will be:
Step 2.1
  • Then drag the plus sign to get the answer for all.
Step 2.2

Example #3 – Defining Name for a formula

Similar to the above, we can give a name to an Excel formula.

Suppose column A contains the names of people who participated in the run. We want to know the number of people who participated. So, let us create a named formula for it.

  • Create a named range โ€œRun_Numberโ€ following the above-given steps. So, in the “New Name” window, write the following attributes and click “OK.”
New Name 3.1
  • Then use this named range as follows. It may give us the correct number of participants.
Run Number

Note: If the cells referred to are in the current sheet, then we do not need to mention the sheet number in the Excel formula. However, add the sheetโ€™s name followed by the exclamation point before the cell/range reference if we refer to cells on a different worksheet.

Rules for Name Manager in Excel

  • Under 255 characters
  • It cannot contain spaces, and most punctuation characters.
  • It must begin with a letter, underscore (โ€œ_โ€), or backslash (โ€œโ€).
  • It cannot have names like cell references. For example, B1 is not a valid name.
  • The names are case-insensitive
  • We can use a single letter name to name a range. However, they canโ€™t be โ€œc,โ€ โ€œC,โ€ โ€œr,โ€ or โ€œR.โ€

Scope Precedence

The worksheet level takes precedence over the workbook level.

The scope of Excelโ€™s name can be either at the worksheet level or the workbook level.

Worksheet level name is recognized only within that worksheet. Therefore, to use it in another worksheet, we need to prefix the worksheet name followed by an exclamation to the named range.

The workbook level name is recognized in any of the worksheets inside a workbook. Therefore, to use another workbookโ€™s name range in another workbook, we need to prefix the workbook name, followed by an exclamation mark to the named range.

Example #4 –ย Filters in Excel Name Manager

Excel Name Manager also has the filter functionality to filter out the relevantly named ranges. Please see the screenshot below.

name manager

Here, we can see the relevant criteria for filtering the relevantly named ranges. Then, we must select the one we want to restrict to and do whatever we want.

Things to Remember

  • We must first open Excel Manager: โ€œCtrl + F3.โ€
  • To get a list of all Excel named ranges, we must use F3.
  • The named ranges are case-insensitive.

Recommended Articles

This article is a guide to Name Manager in Excel. We discuss how to create, use, and manage names in Excel, along with practical examples and downloadable Excel templates. You may also look at these useful functions in Excel: –