J
John
How do I do a set up the fcn to count all cells in a range that are >0% and
<25%?
<25%?
How do I do a set up the fcn to count all cells in a range that are >0% and
<25%?
This won't do the trick. It subtracts the count of all values less thanBob Phillips said:=COUNTIF(A:A,">0")-COUNTIF(A:A,">=.25")
This won't do the trick It subtracts the count of all
values less than 0.25 from the count of all values
greater than 0. It's not the same as the number of
all values between 0 and 0.25.