Can you help? If I have 8 columns (say eg A2:H2) and 5 of these columns has a "Yes" answer whilst 3 have a "no" answer How do I work out the PERCENTAGE of Yes'?
I KNOW how to work out how many yes' via =COUNTIF(A2:H2,"Yes") the answer is clearly 5 but I need to thereafter add a way to work out the PERCENTAGE in the same formula. Is it possible?