Counting using multiple criteria

S

Shawn

I need an array formula that will do the following. Count (not sum) the
number of cells in column C that are above the value of 0 if the adjacent
cells in Column A are equal to a value of 1.
 
S

Shawn

What is the significance of the "--"s? Also, what if I want to change the
formula as follows?
=sumproduct(--(A1:A65536=B1),--(C1:C65536>0)) as opposed to
=sumproduct(--(A1:A65536=1),--(C1:C65536>0))
 
Top