Compound COUNTIF()?
After much searching and trying of different means I'm at a loss, what's the correct way to express a compount COUNTIF() in which I only want to count the number of rows where Condition A and Condition B are both met?
I've tried this (and many variants):
=COUNTIF((Result Table :: 'Start Pos.',"="& $A2) & (Result Table :: End Pos., ">", 10))
The table that this resides in has an index column of values from 1 to n that define the $A values.
Does this make sense the way I'm asking it?
Regards
Chris
I've tried this (and many variants):
=COUNTIF((Result Table :: 'Start Pos.',"="& $A2) & (Result Table :: End Pos., ">", 10))
The table that this resides in has an index column of values from 1 to n that define the $A values.
Does this make sense the way I'm asking it?
Regards
Chris
MacBook, Mac OS X (10.5.1)