Written by Allen Wyatt (last updated June 21, 2025)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365
Named ranges can be a great boon when you are writing formulas. For instance, if you assign the name Tax_Rate to cell A7, you can then use the name Tax_Rate in your formulas instead of A7. This makes your formulas (and their purpose) easier to understand when you are later working with them.
This approach is great if you have not yet created any formulas. What if you already have a bunch of formulas in your worksheet, and they already reference cell A7 instead of Tax_Rate? You could, of course, select each formula and edit them to refer to Tax_Rate instead of A7, but that could be a long process that is prone to mistakes. (My fat fingers often introduce mistakes that I never intended. :>))
The solution is to allow Excel to do the editing for you. It is easy to do; just follow these steps:
Figure 1. The Apply Names dialog box.
That's it; Excel examines your formulas and any reference to cell A7 is replaced with the name of A7, Tax_Rate.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (8266) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Applying Range Names to Formulas.
Solve Real Business Problems Master business modeling and analysis techniques with Excel and transform data into bottom-line results. This hands-on, scenario-focused guide shows you how to use the latest Excel tools to integrate data from multiple tables. Check out Microsoft Excel Data Analysis and Business Modeling today!
Want to add up all the digits in a given value? It's a bit trickier than it may at first seem.
Discover MoreFinding the maximum value in a range of cells is easy; finding the address of the cell containing that value is a ...
Discover MoreWant to be able to take information that is in one cell and match it to data that is contained in a table within a ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2025-06-22 15:27:28
Philip
J. Woolley, thanks for the suggestion to use indirect with the RC reference method, hadn’t thought of it but should’ve …
By the way, the F3 key will also get you all the defined na,es to choose from when building a formula. The keyboard “shortcut” you noted would be different depending on the type of Excel installation (language, Win or Mac), F3 is universal in my experience
2025-06-22 11:39:39
J. Woolley
@C Lefsrud
I'm using Excel 365. You are correct. This feature only works for formulas on the same sheet as the named range even though the name is defined with Workbook scope. Therefore, this feature is much less useful than it should be.
2025-06-22 09:54:23
C Lefsrud
Question: As a matter of course, I place all of my global parameter values for the workbook on a dedicated 'Support' sheet, as named ranges. It seems that this feature cannot apply named ranges if they reside on a different sheet (i.e. where the formula includes a reference to "Support!$B$3", for example). The message indicates "Microsoft Excel cannot find any references to replace." Is there a way to get this to work? I am using Excel 2013.
2025-06-21 10:56:17
J. Woolley
@Allen
Thank you for showing me the Apply Names dialog. I wasn't aware it existed. The keyboard shortcut is Alt+M+M+A.
2025-06-21 10:50:29
J. Woolley
@Philip
Here's how I define CellAbove independent of Sheet (see Figure 1 below)
You can use the same technique to define CellThis, CellLeft, CellRight, and CellBelow.
Figure 1.
2025-06-21 08:53:33
Philip
Recent observation: defining a Name with a relative reference (no $ symbols) is now automatically changed by Excel 365 to include the sheet name in the name definition. This was not the case until a few weeks ago, and it frustrates the hell out of me. I often use Names such as "CellAbove", "CellToLeft", ... to make formulas more readable, Microsoft has (without any apparent communication) decided that it is no longer possible to define a name WITHOUT any sheet reference ...
I have (limited) hope that they have picked up my feedback and other similar complaints on the LinkedIn fora and will revert this change. Beats me why they would have done this in the first place ...
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments