P
pharmer8
How to I calculate percentage of Yes vs No from a sample of surveys I
collected.
collected.
Dave Peterson said:I bet you wanted =counta() in the denominator:
=countif(a1:a10,"yes")/counta(a1:a10)
or maybe:
=countif(a1:a10,"yes")/10
(if there could be empty cells)