Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Good day, Banters,
I am not new to excel, however I am trying to divide a number of consignments randomly to a number of clients, but it now seems impossible to me. Let me exemplify: I am not allowed to use the real company data for a project, so: I have a number of consignments - 30000 which i am trying to divide UNEVENLY to a number of clients - 120 All i could achieve at the moment is obtaining either an even spread throughout the sheet (250), or get a randomization for the first 50 clients or so, afterwards getting a repetitive amount. Is there any formula/combination that can divide my sum to the clients without noticing an actual pattern? Thank you in advance!! Teddy |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On 6/9/2018 7:22 AM, tdi93 wrote:
Good day, Banters, I am not new to excel, however I am trying to divide a number of consignments randomly to a number of clients, but it now seems impossible to me. Let me exemplify: I am not allowed to use the real company data for a project, so: I have a number of consignments - 30000 which i am trying to divide UNEVENLY to a number of clients - 120 .... For what working definition of "UNEVENLY"? One each to 119 and 30000-119 to one is about as uneven as gets in one sense but I suspect that isn't what you're looking for presuming that everybody does get at least one. Or another way to ask the question -- what criterion would you use to disallow a solution? Just out of curiosity that has nothing really to do with the answer to the question, just why is an even solution unacceptable? -- |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Sunday, 10 June 2018 00:49:08 UTC+12, tdi93 wrote:
Good day, Banters, I am not new to excel, however I am trying to divide a number of consignments randomly to a number of clients, but it now seems impossible to me. Let me exemplify: I am not allowed to use the real company data for a project, so: I have a number of consignments - 30000 which i am trying to divide UNEVENLY to a number of clients - 120 All i could achieve at the moment is obtaining either an even spread throughout the sheet (250), or get a randomization for the first 50 clients or so, afterwards getting a repetitive amount. Is there any formula/combination that can divide my sum to the clients without noticing an actual pattern? Thank you in advance!! Teddy -- tdi93 Just use a probability distributions. Beta is bounded so seems like a suitable one. For example, client ID = INT(BETA.INV(RAND(), 1, 3, 0, 120)+1) http://www.statisticshowto.com/beta-distribution/ |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Good day, Banters,
I am not new to excel, however I am trying to divide a number of consignments randomly to a number of clients, but it now seems impossible to me. Let me exemplify: I am not allowed to use the real company data for a project, so: I have a number of consignments - 30000 which i am trying to divide UNEVENLY to a number of clients - 120 All i could achieve at the moment is obtaining either an even spread throughout the sheet (250), or get a randomization for the first 50 clients or so, afterwards getting a repetitive amount. Is there any formula/combination that can divide my sum to the clients without noticing an actual pattern? Thank you in advance!! Teddy Use a helper column and assign a "weight" to clients which you'll use to determine how many consignments they get. Since the mean is 250 per (3000/120) you can use the 'Weight" value to set the variance per client. In the end, the distribution should equal the total number of consignments. -- Garry Free usenet access at http://www.eternal-september.org Classic VB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to divide the number in one cell into multiple cells | Excel Worksheet Functions | |||
Enter number in cell and have it divide by 4 | Excel Discussion (Misc queries) | |||
Divide number and add remainder in another cell | Excel Discussion (Misc queries) | |||
How do I divide a number by another number when there is no divis. | New Users to Excel | |||
Divide one row over other row I dont wont to divide one number | Excel Discussion (Misc queries) |