Using Intersections of Named Ranges in Excel FormulasLast reviewed: November 30, 1994Article ID: Q61891 |
The information in this article applies to:
SUMMARYMicrosoft Excel can determine the intersection of named ranges and use it in a formula.
MORE INFORMATIONThe following is an example of how to determine the intersection of two named ranges.
Other ExamplesTo use the SUM function to return the sum of the range of values for January through March, excluding the "Other" category, use the following formula:
=SUM((Jan Rent):(Mar Utilities))The result is 1600. To return the sum of only the two cells represented by (Jan Rent) and (Mar Utilities), use the following formula:
=SUM(Jan Rent,Mar Util)The result is 405. Microsoft Excel requires the parentheses around each intersection to indicate that the intersections (indicated by the space operator) are to be performed before determining the range (indicated by the colon). The #NULL error value results when the two references have no cells in common. Consider the following formula in relation to the above table:
=rent foodThe result is #NULL because these two ranges do not intersect each other.
REFERENCES"Online Help," version 5.0 "User's Guide 1," version 4.0, pages 133, 138 "User's Guide," version 3.0 for Windows, page 114, 120-121 "User's Guide," version 3.0 for the Macintosh, page 108, 114-115
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |