Greetings!
Currently, I have a spreadhseet where I calculate "Y", "N", and "0".
The COUNTIF formula I have calculating the "Y" and then converts them to percentages is as follows:
=COUNTIF(H$16:H$28, "Y")/(ROWS(H$16:H$28)*COLUMNS(H$16:H$28))
For example, if I have TOTAL 13 entries ("Y", "N", and "0"), then the "Y" would be 15% (2/13 = ~ 15)
I need a formula that will do the exact same (except not accounting for the "Y" criteria, but NOW calculating for BOTH "N" and "0"), then converting it to a percentage.
Using the example above, if I have TOTAL 13 entries ("Y", "N", and "0"), then the "N" and "0" would be 85% (11/13 = ~ 85)
Any thoughts?
Thanks!
Bookmarks