About naming ranges |
| When you are working in a group, and multiple
people must use the same worksheet, it can be helpful to use range names when
creating formulas. This makes it easier to figure out what your formulas mean, both for
you and for your colleagues. Why range names? B2:D2 may make perfect sense to Excel, but if that row on your worksheet has revenue numbers in it, "Revenues" probably makes much more sense to a human. Excel provides a way to assign names to worksheet ranges so that you can clear up this confusion. Naming ranges: There are two ways to name a worksheet range:
Using range names in formulas (F5): To use a range name when building a formula, press the F5 key whenever you would normally point at a worksheet cell. In these two examples:
|
| Learn more |
The first example uses the Name Box to type a range name, then
uses that name as an absolute reference in a formula.
|
|
The second example uses the Insert Name Create
command to name two ranges, one for revenues and one for expenses. It then uses those
named ranges as relative references in a formula that calculates profits.
|