Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Rum Rum is offline
external usenet poster
 
Posts: 16
Default 25th percentile (cycle time)

Here is a scenario:

If:
Column A is list of AUTO MAKERS
Column B is list of DEALERSHIPS
Column C is list of dates when DEALERSHIP OPENED
Column D is list of dates when DEALERSHIP READY TO SELL CARS
Column E is the the difference of Column D and Column C (D-C) (Cycle Time)

There are a thousand rows and multiple column in this data set.

I would like to find out how long does it take the 25th percentile of any
DEALERSHIP to get READY TO SELL CARS.

Please share your thoughts.

Rum
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default 25th percentile (cycle time)

Hi,

For column E I used

=DATEDIF(C2,D2,"d")

to calculate the difference in days then for the first quartile the ARRAY
formula

=AVERAGE(IF(E2:E19<"",IF(E2:E19<=QUARTILE(E2:E19, 1),E2:E19)))

This is an array formula which must be entered by pressing CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly brackets
'around the formula {}. You can't type these yourself. If you edit the formula
'you must enter it again with CTRL+Shift+Enter.

Mike

"Rum" wrote:

Here is a scenario:

If:
Column A is list of AUTO MAKERS
Column B is list of DEALERSHIPS
Column C is list of dates when DEALERSHIP OPENED
Column D is list of dates when DEALERSHIP READY TO SELL CARS
Column E is the the difference of Column D and Column C (D-C) (Cycle Time)

There are a thousand rows and multiple column in this data set.

I would like to find out how long does it take the 25th percentile of any
DEALERSHIP to get READY TO SELL CARS.

Please share your thoughts.

Rum

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default 25th percentile (cycle time)

What is the advantage in using =DATEDIF(C2,D2,"d") rather than just =D2-C2,
Mike?
--
David Biddulph


"Mike H" wrote in message
...
Hi,

For column E I used

=DATEDIF(C2,D2,"d")

to calculate the difference in days then for the first quartile the ARRAY
formula

=AVERAGE(IF(E2:E19<"",IF(E2:E19<=QUARTILE(E2:E19, 1),E2:E19)))

This is an array formula which must be entered by pressing
CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly
brackets
'around the formula {}. You can't type these yourself. If you edit the
formula
'you must enter it again with CTRL+Shift+Enter.

Mike

"Rum" wrote:

Here is a scenario:

If:
Column A is list of AUTO MAKERS
Column B is list of DEALERSHIPS
Column C is list of dates when DEALERSHIP OPENED
Column D is list of dates when DEALERSHIP READY TO SELL CARS
Column E is the the difference of Column D and Column C (D-C) (Cycle
Time)

There are a thousand rows and multiple column in this data set.

I would like to find out how long does it take the 25th percentile of any
DEALERSHIP to get READY TO SELL CARS.

Please share your thoughts.

Rum



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default 25th percentile (cycle time)

David,

On reflection probably nothing, in fact on even more reflection I now prefer
D2-C2. Thanks for that.

Mike

"David Biddulph" wrote:

What is the advantage in using =DATEDIF(C2,D2,"d") rather than just =D2-C2,
Mike?
--
David Biddulph


"Mike H" wrote in message
...
Hi,

For column E I used

=DATEDIF(C2,D2,"d")

to calculate the difference in days then for the first quartile the ARRAY
formula

=AVERAGE(IF(E2:E19<"",IF(E2:E19<=QUARTILE(E2:E19, 1),E2:E19)))

This is an array formula which must be entered by pressing
CTRL+Shift+Enter
'and not just Enter. If you do it correctly then Excel will put curly
brackets
'around the formula {}. You can't type these yourself. If you edit the
formula
'you must enter it again with CTRL+Shift+Enter.

Mike

"Rum" wrote:

Here is a scenario:

If:
Column A is list of AUTO MAKERS
Column B is list of DEALERSHIPS
Column C is list of dates when DEALERSHIP OPENED
Column D is list of dates when DEALERSHIP READY TO SELL CARS
Column E is the the difference of Column D and Column C (D-C) (Cycle
Time)

There are a thousand rows and multiple column in this data set.

I would like to find out how long does it take the 25th percentile of any
DEALERSHIP to get READY TO SELL CARS.

Please share your thoughts.

Rum



.

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
25th percentile (cycle time) Rum Excel Worksheet Functions 1 November 18th 09 11:07 PM
cycle time mmb Charts and Charting in Excel 1 August 21st 08 03:24 PM
Cycle Time Calculations Sam B[_2_] Excel Worksheet Functions 0 April 14th 08 08:52 PM
Cycle Time if in a Specific Year PAL Excel Worksheet Functions 2 January 16th 08 06:59 PM
Time Cycle Antonio Excel Discussion (Misc queries) 7 December 3rd 07 11:01 PM


All times are GMT +1. The time now is 03:52 AM.

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"