Determining the Intersection of Two External Ranges in ExcelLast reviewed: November 30, 1994Article ID: Q58180 |
The information in this article applies to:
SUMMARYTo find the value at an intersection of two external named ranges, each name in the intersection formula must be preceded by the sheet name. For example, the name Account is defined as column A on SHEET2.XLS, and Product1 is defined as row 4 on SHEET2.XLS. To display the value at the intersection of these two ranges in cell A1 of Sheet1.XLS, use the following formula:
=Sheet2.xls!Account Sheet2.xls!Product1The space is the intersection operator. If the intersection refers to more than one cell, enter this formula as an array in the appropriate cells (with SHIFT+CTRL+ENTER).
|
KBCategory: kbusage
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |