Written by Allen Wyatt (last updated June 18, 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.
Program Successfully in Excel! This guide will provide you with all the information you need to automate any task in Excel and save time and effort. Learn how to extend Excel's functionality with VBA to create solutions not possible with the standard features. Includes latest information for Excel 2024 and Microsoft 365. Check out Mastering Excel VBA Programming today!
Excel is great at manipulating data, but sometimes it is difficult to figure out the best way to do the manipulation. ...
Discover MoreGiven a range of cells containing values, you may have a need to find the first value in the range that is unique. This ...
Discover MoreIf you need to evaluate a row of values to meet specific criteria, then you'll appreciate the discussion in this tip. It ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
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