Using Excel 2010
Hello,
Here below is a layout without formulas (because as F9 is pressed or any entry done value changes I have put formulas apart sorry for the trouble) in which column “E” cells E10:E19 this is a result of 20 numbers are in the cell E7, as per % of the column “D” cells D10:D19 and it sums total 20 shown in the E9.
What I need A formulas in the cells G, H, And I
1-G10:G19 so the distribution of the 20 numbers could be in (0.20, 0.40, 0.60, 0.80 and 1.0) as shown. Note: the total always must be 20 matches with E7 numbers
2-1-H10:H19 so the distribution of the 20 numbers could be in (0.25, 0.50, 0.75 and 1.0) as shown. Note: the total always must be 20 matches with E7 numbers
3-1-I10:I19 so the distribution of the 20 numbers could be in (0.50 and 1.0) as shown. Note: the total always must be 20 matches with E7 numbers
Is it possible?
Please need help
Thank you all.
Regards,
Moti
Hello,
Code:
Formula In cell C10…=RAND() and copied to down C19
Formula In cell D10…=C10/SUM(C$10:C$19) and copied to down D19
Formula In cell E10 =$E$7*D10 and copied to down E19
Here below is a layout without formulas (because as F9 is pressed or any entry done value changes I have put formulas apart sorry for the trouble) in which column “E” cells E10:E19 this is a result of 20 numbers are in the cell E7, as per % of the column “D” cells D10:D19 and it sums total 20 shown in the E9.
What I need A formulas in the cells G, H, And I
1-G10:G19 so the distribution of the 20 numbers could be in (0.20, 0.40, 0.60, 0.80 and 1.0) as shown. Note: the total always must be 20 matches with E7 numbers
2-1-H10:H19 so the distribution of the 20 numbers could be in (0.25, 0.50, 0.75 and 1.0) as shown. Note: the total always must be 20 matches with E7 numbers
3-1-I10:I19 so the distribution of the 20 numbers could be in (0.50 and 1.0) as shown. Note: the total always must be 20 matches with E7 numbers
Is it possible?
Excel Question-New.xlsm | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | |||
1 | Distribution | Distribution | Distribution | ||||||||||
2 | Increase By | Increase By | Increase By | ||||||||||
3 | 0,20 | 0,25 | 0,50 | ||||||||||
4 | 0,40 | 0,50 | 1,00 | ||||||||||
5 | 0,60 | 0,75 | |||||||||||
6 | Distribution | 0,80 | 1,00 | ||||||||||
7 | 20,00 | 1,00 | |||||||||||
8 | |||||||||||||
9 | Numbers | Rand % | 100,00% | 20,00 | 20,00 | 20,00 | 20,00 | ||||||
10 | 1 | 0,81708284 | 13,59% | 2,72 | 2,60 | 2,50 | 2,50 | ||||||
11 | 2 | 0,06659038 | 1,11% | 0,22 | 0,30 | 0,25 | 0,25 | ||||||
12 | 3 | 0,46226628 | 7,69% | 1,54 | 1,40 | 1,50 | 1,50 | ||||||
13 | 4 | 0,88539852 | 14,72% | 2,94 | 3,00 | 3,00 | 3,00 | ||||||
14 | 5 | 0,4678486 | 7,78% | 1,56 | 1,60 | 1,50 | 1,50 | ||||||
15 | 6 | 0,99520141 | 16,55% | 3,31 | 3,30 | 3,25 | 3,50 | ||||||
16 | 7 | 0,66660606 | 11,08% | 2,22 | 2,20 | 2,25 | 2,00 | ||||||
17 | 8 | 0,95149739 | 15,82% | 3,16 | 3,20 | 3,25 | 3,25 | ||||||
18 | 9 | 0,1519492 | 2,53% | 0,51 | 0,60 | 0,75 | 0,50 | ||||||
19 | 10 | 0,54937649 | 9,14% | 1,83 | 1,80 | 1,75 | 2,00 | ||||||
20 | |||||||||||||
21 | |||||||||||||
22 | |||||||||||||
Sheet5 |
Please need help
Thank you all.
Regards,
Moti