How do i find the count of particular number with reference to other cell
conditions......
for example,
i have to find the number of 5's in column d...with refernce to the
conditions of other two fixed columns j and K........in brief i have to count
the number of 5's which falls in condition of j cell =0 and k cell =1.
hope will get good help.
Thanks
Barb Reinhardt - 14 Jun 2006 19:59 GMT
Let's say you have data in D2:D100, J2:J100 and K2:K100
=SUMPRODUCT(--(D2:D100=5),--(J2:J100=0),--(K2:K100=1))
> How do i find the count of particular number with reference to other cell
> conditions......
[quoted text clipped - 7 lines]
>
> Thanks