Written by Allen Wyatt (last updated June 3, 2023)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, and Excel in Microsoft 365
Chuck can easily set up named ranges in a workbook, and Excel allows him to specify whether that named range should apply to the whole workbook or to a single worksheet. He wonders, though, about the pros and cons of limiting the scope of a named range to a single worksheet. That leads to the question of whether it is better than leaving the scope set to the entire workbook.
As Chuck implies, the default for a named range is that it applies to the entire workbook. For most people this is just fine, and it reflects the way that most people work with named ranges. There is no "performance hit" associated with either workbook scope or worksheet scope, so that (fortunately) does not enter into the equation.
So when should you veer from the default and, instead, choose to make a named range applicable to only a worksheet? The obvious answer is when you have a worksheet that you may want to duplicate within a workbook, the worksheet contains named ranges that refer to ranges on that worksheet, and that worksheet contains formulas that utilize those named ranges. When you duplicate the worksheet, you'll want those formulas on the multiple worksheets to still work relative to their worksheets. If the named ranges are limited in scope to the worksheet, then everything should work as expected.
If you duplicate a worksheet that includes named ranges that use the "workbook" scope, and that copy is within the same workbook, Excel makes a change in the copied worksheet. Specifically, to prevent confusion in the workbook namespace, Excel automatically converts the named ranges in the copy to have worksheet scope. The named ranges in the original worksheet remain unchanged and, therefore, retain a workbook scope.
If you duplicate a worksheet that includes named ranges that use the "workbook" scope, and that copy is placed in a different workbook, then Excel only modifies the scope of those ranges if keeping the original scope would cause a conflict with any named ranges already existing in the target workbook.
In all cases, you'll want to double-check any formulas in your worksheets to make sure that they refer to what you expect them to refer to. Conversely, you can change the named range scope to "worksheet" before doing the worksheet copying so that there is less chance of confusion with the duplicated or copied worksheets.
You should note two potential gotchas, though, when using named ranges scoped for a particular worksheet. First, when you start duplicating the worksheet, you make it a bit more difficult for a user to track down potential problems because of identically named ranges on different worksheets. (It just takes a bit more for the user to wrap their head around the limited scope.)
Second, it can make your macros more complex, if those macros access named ranges. If you have such macros, you'll want to test them thoroughly to make sure that they reference the expected ranges. If you don't, the macros may mess up your worksheet data or crash altogether.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (4633) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, and Excel in Microsoft 365.
Best-Selling VBA Tutorial for Beginners Take your Excel knowledge to the next level. With a little background in VBA programming, you can go well beyond basic spreadsheets and functions. Use macros to reduce errors, save time, and integrate with other Microsoft applications. Fully updated for the latest version of Office 365. Check out Microsoft 365 Excel VBA Programming For Dummies today!
If you have a list of names in a column, and you want to know how many times those names appear in a larger list of data, ...
Discover MoreWhen working with text phrases stored in cells, it might be helpful to be able to extract words from the phrase. In this ...
Discover MoreWhen Excel performs a calculation, the results you see in an unformatted cell may cause a bit of concern. This tip ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2023-06-03 15:22:50
J. Woolley
For related discussion, see my March 2023 comments here: https://excelribbon.tips.net/T010338_Getting_Rid_of_Unused_Range_Names.html
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