D
Drew
I have a list of number and I want to use the Countif
function to count every time there are 1 or more 0 values
in the list but not all the 0 values
example
10
9
34
0
0
34
453
0
0
0
1
2
0
My function would return 3,
function to count every time there are 1 or more 0 values
in the list but not all the 0 values
example
10
9
34
0
0
34
453
0
0
0
1
2
0
My function would return 3,