C
ccghzhu
the function is sum the number of positive
for example
input 5 column 3, 0 , 4 ,2, 0
result : 3
I try to use
=SUM( IF(A1:E1>0,1,0))
the return result is not the desired.
Although VBA can help solving this problem, but I hope that
someone have more easy method to solve this problem.
Sincerely,
Zhu
for example
input 5 column 3, 0 , 4 ,2, 0
result : 3
I try to use
=SUM( IF(A1:E1>0,1,0))
the return result is not the desired.
Although VBA can help solving this problem, but I hope that
someone have more easy method to solve this problem.
Sincerely,
Zhu