Hello
Could someone please explain how to count a sumproduct of two arrays? I need to count the number of cells that are not 0 after calculating a sumproduct.
The COUNTIFS formula below (see screenshot) does not work. #VALUE ! is returned.
It is just a testing sample. Of course, I would have to apply the formula to a far more complex dataset.
However, in this sample, the result should be:
A1*C1 = 1*0.5 = 0.5 > 0 = 1
A2*D1 = 1*0 = 0
A3*E1 = 0*0.25 = 0
A4*F1 = 1*0.85 = 0.85 > 0 = 1
A5*G1 = 0*0.88 = 0
A6*H1 = 1*0.46 = 0.46 >0 = 1
So the final result of the count should be 3.
How is this accomplished with a formula?
Thank you very much for the help.
Best,
Daniel
Could someone please explain how to count a sumproduct of two arrays? I need to count the number of cells that are not 0 after calculating a sumproduct.
The COUNTIFS formula below (see screenshot) does not work. #VALUE ! is returned.
It is just a testing sample. Of course, I would have to apply the formula to a far more complex dataset.
However, in this sample, the result should be:
A1*C1 = 1*0.5 = 0.5 > 0 = 1
A2*D1 = 1*0 = 0
A3*E1 = 0*0.25 = 0
A4*F1 = 1*0.85 = 0.85 > 0 = 1
A5*G1 = 0*0.88 = 0
A6*H1 = 1*0.46 = 0.46 >0 = 1
So the final result of the count should be 3.
How is this accomplished with a formula?
Thank you very much for the help.
Best,
Daniel