Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi, I have a list of orders with their turn around time, which belong to different countries. I want to calculate the fill rate 90 % for each countries, means that I want to know in how many days 90% of the orders in France were delivered, the same for Germany, UK, Italy etc. I thought I could first calculte the number of records per country with the SUMPRODUCT formula, but then I don't know how to enter "90% of the total of the countries' records", Does someone have any inputs ? thanks in advance, Chum -- chum ------------------------------------------------------------------------ chum's Profile: http://www.excelforum.com/member.php...o&userid=34262 View this thread: http://www.excelforum.com/showthread...hreadid=541000 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use PERCENTILE()
At issue is generating enough visibility to insure that the answers make sense. I would: 1. Separate the data into a column for each country 2. Sort the columns separately Now say column A contains order turn-around periods in days, one for each order, in A1 thru A120, for the UK. =PERCENTILE(A1:A120,.9) should yield the 90% level. -- Gary''s Student "chum" wrote: Hi, I have a list of orders with their turn around time, which belong to different countries. I want to calculate the fill rate 90 % for each countries, means that I want to know in how many days 90% of the orders in France were delivered, the same for Germany, UK, Italy etc. I thought I could first calculte the number of records per country with the SUMPRODUCT formula, but then I don't know how to enter "90% of the total of the countries' records", Does someone have any inputs ? thanks in advance, Chum -- chum ------------------------------------------------------------------------ chum's Profile: http://www.excelforum.com/member.php...o&userid=34262 View this thread: http://www.excelforum.com/showthread...hreadid=541000 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi Gary, many thanks for the tip, I will gain a lot of time now ! until now I was calc. the freqency, then another column with %, and then another one with cumulative fillrate. Take care, Chum -- chum ------------------------------------------------------------------------ chum's Profile: http://www.excelforum.com/member.php...o&userid=34262 View this thread: http://www.excelforum.com/showthread...hreadid=541000 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XNPV vs. NPV(quarterly) different results | Excel Worksheet Functions | |||
I have a list of data, fill in the gaps. FILL function won't work | Excel Discussion (Misc queries) | |||
The fill feature in Excel that gives option to fill or copy | New Users to Excel | |||
How to fill colour in Excel, it appers No fill in my computer? | Excel Discussion (Misc queries) | |||
fill rate trends | Excel Worksheet Functions |