Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default How do I count mile times under 10:00 minutes only and get a perce

I need a formula to count only mile times that are under 10:00 and possible
get a percentage to be able to chart it by class
example
name Mile Times
John 12:00
Suzy 8:00
Chris 11:00
Dillon 9:00
Jack 7:23
Rod 10:30
Missy 9:27
Jane 12:30

In this example I need an answer of "4" students made the time limit of
under 10 min and 50% of the class were under 10min. And I want to be able to
graph it compared to other classes.



Also is it possible to count males and females times with males set at 10min
and females at 11min

thanks


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default How do I count mile times under 10:00 minutes only and get a perce

=COUNTIF(B2:B9,"<=10:00:00")

to count male and females, you need another cilumn showing sex, and use
SUMPRODUCT

=SUMPRODUCT(--(B2:B9="F"),--(C2:C9<=--"11:00:00"))

--
__________________________________
HTH

Bob

"coach" wrote in message
...
I need a formula to count only mile times that are under 10:00 and possible
get a percentage to be able to chart it by class
example
name Mile Times
John 12:00
Suzy 8:00
Chris 11:00
Dillon 9:00
Jack 7:23
Rod 10:30
Missy 9:27
Jane 12:30

In this example I need an answer of "4" students made the time limit of
under 10 min and 50% of the class were under 10min. And I want to be able
to
graph it compared to other classes.



Also is it possible to count males and females times with males set at
10min
and females at 11min

thanks




  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default How do I count mile times under 10:00 minutes only and get a p

Thanks Bob

"Bob Phillips" wrote:

=COUNTIF(B2:B9,"<=10:00:00")

to count male and females, you need another cilumn showing sex, and use
SUMPRODUCT

=SUMPRODUCT(--(B2:B9="F"),--(C2:C9<=--"11:00:00"))

--
__________________________________
HTH

Bob

"coach" wrote in message
...
I need a formula to count only mile times that are under 10:00 and possible
get a percentage to be able to chart it by class
example
name Mile Times
John 12:00
Suzy 8:00
Chris 11:00
Dillon 9:00
Jack 7:23
Rod 10:30
Missy 9:27
Jane 12:30

In this example I need an answer of "4" students made the time limit of
under 10 min and 50% of the class were under 10min. And I want to be able
to
graph it compared to other classes.



Also is it possible to count males and females times with males set at
10min
and females at 11min

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
Count times that are more than 5 minutes in a range from a newworksheet Lenchik Excel Worksheet Functions 1 May 20th 08 05:57 PM
Average minutes per mile tateh973 Excel Worksheet Functions 7 January 1st 07 10:02 PM
Adding minutes to Times ricky Excel Worksheet Functions 4 August 7th 06 04:39 PM
how do I calculate minutes when given two times? Kina Excel Worksheet Functions 2 June 17th 06 04:38 AM
how do i calculate minutes between two times? Ron Excel Discussion (Misc queries) 5 February 2nd 05 01:39 AM


All times are GMT +1. The time now is 05:27 PM.

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"