Written by Allen Wyatt (last updated July 4, 2020)
This tip applies to Excel 97, 2000, 2002, and 2003
You already know that Excel allows you to use cell ranges within formulas and as arguments to functions. For instance, the following is a formula that uses the SUM function. This function uses a cell range as an argument:
=SUM(D3:D18) * 1.05
While this is perfectly allowable, it might not be very understandable to someone else or to yourself at a later date. You might need to go back and figure out exactly what the cell range D3:D18 represents. To overcome such a problem, Excel allows you to use names to represent individual cells or cell ranges. For example, the cell range D3:D18 could represent the regional sales detail; you could assign the name Regional_Sales to this range, and the formula could be entered as follows:
=SUM(Regional_Sales) * 1.05
When compared to the previous formula, this is much more understandable. Automatically you know what sum the formula is using.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2043) applies to Microsoft Excel 97, 2000, 2002, and 2003.
Program Successfully in Excel! John Walkenbach's name is synonymous with excellence in deciphering complex technical topics. With this comprehensive guide, "Mr. Spreadsheet" shows how to maximize your Excel experience using professional spreadsheet application development tips from his own personal bookshelf. Check out Excel 2013 Power Programming with VBA today!
Don't want people using your workbook to be able to use AutoFill? You can add two quick macros that disable and enable ...
Discover MoreNeed to figure out if a cell contains a number so that your formula makes sense? (Perhaps it would return an error if the ...
Discover MoreAs you enter data in a worksheet, you may want to have Excel automatically move from cell to cell based on the length of ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon 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