Written by Allen Wyatt (last updated March 16, 2019)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 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, 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.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
Need to find out how many times a certain letter appears in a text string? It's easy to do if you rely on the SUBSTITUTE ...
Discover MoreExcel can be used as a simple database program. If you use asterisks in a column of your database to designate ranking of ...
Discover MoreIf you have a long numeric value in a cell, you may have a need to remove the last digit of that value. You can do so ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2020-09-29 12:23:44
Philip Andrew
Is there a way to select multiple cells with formulas and convert all their A1 references to their respective cell Names?
2020-02-12 15:32:39
Tripp Knightly
I believe this doesn't work if the name range is in a different worksheet in the workbook (as many people set things up). It does work if the named range is on the same worksheet as the formulas to which you are trying to propogate the names. By the way you can apply multiple names at once just by using control-click to select multiple in the dropdown.
2019-05-15 13:55:55
This did not work for me. I receive an error window stating: "Microsoft Excel cannot find any references to replace".
2019-03-17 22:57:44
rob
You cannot select multiple names to apply at once, each has to be done individually. Rather frustrating when there are a lot of named cells to apply.
Can someone please explain the two checkbox option?
2019-03-16 05:52:20
sandeep kothari
It seems "Term" has been selected instead of "Tax_Rate". Please check.
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 © 2023 Sharon Parq Associates, Inc.
Comments