clintonmadden
Registered User.
- Local time
- Yesterday, 19:38
- Joined
- Mar 12, 2010
- Messages
- 26
Hi, I want to create a formula to calcualate to calculate the percentage of yes's compared to no's in a table. The closest thing i could find was
=countif(a1:a10,"yes")/counta(a1:a10)
or
=countif(a1:a10,"yes")/10
but there could be a different number of results recorded and I only want a percentage of yes's compared to the total number of entries.
Thanks for any help you can give me.
=countif(a1:a10,"yes")/counta(a1:a10)
or
=countif(a1:a10,"yes")/10
but there could be a different number of results recorded and I only want a percentage of yes's compared to the total number of entries.
Thanks for any help you can give me.
Last edited: