#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Formula

We are trying to get a formula to use for reponse times for our Fire Rescue.
For a list of response times, we are trying to get a formula to tell us what
percent of the time did we respond less than "x" amount of time. (i.e. 90% of
the time we responded in less than 4 minutes if the times were 4, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3) Thank you for any help I can get!!!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Formula

Say your list of times is in Column A,
And the "less then" criteria (your "x") is in C1,
Then try this:

=COUNTIF(A:A,"<"&C1)/COUNT(A:A)

Format the cell you enter this formula in as a Percent.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"Slinky" wrote in message
...
We are trying to get a formula to use for reponse times for our Fire

Rescue.
For a list of response times, we are trying to get a formula to tell us

what
percent of the time did we respond less than "x" amount of time. (i.e. 90%

of
the time we responded in less than 4 minutes if the times were 4, 3, 3, 3,

3,
3, 3, 3, 3, 3, 3) Thank you for any help I can get!!!


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Formula

Thank you to all for your very quick response. It worked!!!

"Slinky" wrote:

We are trying to get a formula to use for reponse times for our Fire Rescue.
For a list of response times, we are trying to get a formula to tell us what
percent of the time did we respond less than "x" amount of time. (i.e. 90% of
the time we responded in less than 4 minutes if the times were 4, 3, 3, 3, 3,
3, 3, 3, 3, 3, 3) Thank you for any help I can get!!!

  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Formula

And we all appreciate your feed-back.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Slinky" wrote in message
...
Thank you to all for your very quick response. It worked!!!

"Slinky" wrote:

We are trying to get a formula to use for reponse times for our Fire

Rescue.
For a list of response times, we are trying to get a formula to tell us

what
percent of the time did we respond less than "x" amount of time. (i.e.

90% of
the time we responded in less than 4 minutes if the times were 4, 3, 3,

3, 3,
3, 3, 3, 3, 3, 3) Thank you for any help I can get!!!


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 12:46 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"