Excel_B - Name Range

Name Cells, Cell Ranges, and Constants

In Excel, you can name cells, cell ranges, and constants. When creating formulas, named cells and named cell ranges are easier to remember than cell addresses and range references. For example, =Revenue-Expenses is easier to remember than =B3:B6-B9:B21.

Use the Range dialog box to name cells and cell ranges. Names must follow these rules:

When you name a cell, range, or constant you determine its scope. A name can be recognizable to a single worksheet or to an entire workbook. For example, if you name cell A1 on Sheet1 Sales and then set the scope to Sheet1, if you are on Sheet2 and you use Sales in a formula, Excel will not recognize the name. You can, however, give a cell on Sheet2 the name Sales, give it a scope of Sheet2, and when you use Sales in a formula on Sheet2, Excel will refer to Sheet2 Sales. If you name cell A1 on Sheet1 Sales and then set the scope to Workbook, if you are on Sheet2 and you use Sales in a formula, Excel will recognize the name and will use the value in cell A1 on Sheet1.

You can also name a constant. A constant is a value. For example, if every employee is getting a 4% raise, you can name 4%, "Raise", and then multiply each employee's salary by the name "Raise" to obtain the amount of the salary increase.

Name a cell or range of cells




You can have Excel name several ranges at once by using Excel's create from selection option. When using this option, select the values you want to name and the labels that identify them. Excel will turn the labels into range names and give them a scope of workbook.

Name Several Ranges at Once (--> for Excel_B - Step 2: Assign named ranges using the Top row)


To edit or delete a named range, use the Name Manager on the Formulas tab.

Delete a Named Range

Edit a Named Range

Examples of formulas that use names:

=January+February+March

=Quarter_1+Quarter_2

=January *10%