"Harlan Grove" <(E-Mail Removed)> wrote in message
news:ba33a2b2-aa48-4f7f-91e5-(E-Mail Removed)...
> mr_unreliable <kindlyReplyToNewsgr...@notmail.com> wrote...
> ...
>>Question: is it possible to "intersect" a multisheet (3-D)
>>range (specifying the same column on all the sheets) with a
>>single sheet range (specifying a row on one of the sheets)?
> ...
>
> No.
>
> 3D references are REFERENCES, not ranges. Intersection only works with
> ranges. It's a picky technical point. 3D references, even named ones,
> are only usable in a handful of functions, among them COUNT, SUM,
> AVERAGE, etc. They can't be used any other way.
Sort of on topic...
In Excel 2007 a few of the new *IFS functions make 3D calculations a little
easier.
=SUMPRODUCT(COUNTIFS(INDIRECT(List&"!A1:A10"),"x",INDIRECT(List&"!B1:B10"),"y",INDIRECT(List&"!C1:C10"),"z"))
List = named range of sheet names
--
Biff
Microsoft Excel MVP
|