View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier[_3_] Roger Govier[_3_] is offline
external usenet poster
 
Posts: 2,480
Default count percentages

Hi
Try
=COUNTIF(AA:A,"yes")/COUNTA(A:A)*100

--
Regards
Roger Govier



"jpmurray22" wrote in message
...
Is there a way for me to find out the percentage of "yes" answers in the
following example. I know that there are 4 yes and 2 no, but is there a
way
to divide 4 by the total number of cells, for when my list becomes
hundereds
of cells long?

yes
no
yes
yes
yes
no
4