I want to count the number of times the value in cells T251 through AE251 is grater than the value in cell L251*2. The formula below returns Zero when I want it to return 1. The values in T251: AE251 are as follows.
2 32 10 6 8 5 12 9 5 10 7 3
L251*2 = 30 or 15 x 2 = 30
The formula I used is:
=COUNTIF(T251:AE251,">(L251*2)")
Is countif the correct function? I looked up something using sumproduct but I got confused when I learned my arrays would need to have the same dimensions.
2 32 10 6 8 5 12 9 5 10 7 3
L251*2 = 30 or 15 x 2 = 30
The formula I used is:
=COUNTIF(T251:AE251,">(L251*2)")
Is countif the correct function? I looked up something using sumproduct but I got confused when I learned my arrays would need to have the same dimensions.