J
JimS
I want to add a third criteria to the following formula:
=SUMPRODUCT(($B$22:$B$5000>0)*($H$22:$H$5000=$H$5))
I want to do a total count of every instance in column L that is
greater than zero and that also matches the above data...
I tried this but it gave an incorrect answer:
=SUMPRODUCT(($B$22:$B$5000>0)*($H$22:$H$5000=$H$5)*(L22:L5000>0))
If I were to creata an example it would look like the following. I
want to know how many times (column C) is greater than zero for every
day that = hs. Answer would be 2.
1/4/09 hs 9
1/5/09 hs 4
1/6/09 hs -5
1/7/09 ty 7
=SUMPRODUCT(($B$22:$B$5000>0)*($H$22:$H$5000=$H$5))
I want to do a total count of every instance in column L that is
greater than zero and that also matches the above data...
I tried this but it gave an incorrect answer:
=SUMPRODUCT(($B$22:$B$5000>0)*($H$22:$H$5000=$H$5)*(L22:L5000>0))
If I were to creata an example it would look like the following. I
want to know how many times (column C) is greater than zero for every
day that = hs. Answer would be 2.
1/4/09 hs 9
1/5/09 hs 4
1/6/09 hs -5
1/7/09 ty 7