#1   Report Post  
Posted to microsoft.public.excel.misc
joe
 
Posts: n/a
Default % yes

i have a column wiv loads of values either yes or no, i want to know the
percentage of yes's in the column
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey
 
Posts: n/a
Default % yes

One way:

=COUNTIF(A:A,"yes")/COUNTA(A:A)

format as a percent.

In article ,
joe wrote:

i have a column wiv loads of values either yes or no, i want to know the
percentage of yes's in the column

  #3   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default % yes

Try this:
=COUNTIF(A1:A10,"yes")/COUNTA(A1:A10)
Format as Percent

Does that help?

***********
Regards,
Ron


"joe" wrote:

i have a column wiv loads of values either yes or no, i want to know the
percentage of yes's in the column

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 10:31 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"