#1   Report Post  
Posted to microsoft.public.excel.misc
Dave
 
Posts: n/a
Default Formula Question

On an EXCEL sheet - I have a column that in each row it says either YES or
NO - I want a formula that will give me a percentage of on time (yes is on
time, no is not) so if 10 rows have answers, and 8 are yes = 80%

But, how do I do the formula???
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Formula Question

=COUNTIF(A1:A10,"Yes")/COUNTA(A1:A10)


Regards,

Peo Sjoblom



"Dave" wrote:

On an EXCEL sheet - I have a column that in each row it says either YES or
NO - I want a formula that will give me a percentage of on time (yes is on
time, no is not) so if 10 rows have answers, and 8 are yes = 80%

But, how do I do the formula???
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Formula Question


=COUNTIF(A:A,"yes")/COUNTA(A:A)*100&"%"

Vaya con Dios,
Chuck, CABGx3

"Dave" wrote:

On an EXCEL sheet - I have a column that in each row it says either YES or
NO - I want a formula that will give me a percentage of on time (yes is on
time, no is not) so if 10 rows have answers, and 8 are yes = 80%

But, how do I do the formula???
Thanks

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
Formula Question Formula Question Excel Discussion (Misc queries) 2 April 23rd 06 12:00 AM
Excel formula question bb Excel Discussion (Misc queries) 3 April 20th 06 03:11 AM
Formula Question Marcus Feldmore Excel Worksheet Functions 1 November 11th 05 03:47 PM
I have a question regarding countif formula. Fahad Farid Ansari Excel Worksheet Functions 6 October 1st 05 11:57 PM


All times are GMT +1. The time now is 06:12 AM.

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

About Us

"It's about Microsoft Excel"