Hello all,
I would like to politely ask you for help to solve my little problem. I have already worked with generating random numbers before and have tried to look up for solution, but this is probably more delicate problem than just generating random numbers.
Previously i used just this formula =RAND()*(C3-D3)+D3 to generate random numbers in given range (C3 MAX and D3 MIN).
But now its really not enough .
here is example:
In every case for this particular truck, I will have same truck weight number and changing load weight number, which together give out sum weight number. And according to sum weight number I need it to split to 2 pairs of random generated numbers= AXIS 1,2 with given max and min values and AXIS 3,4 with also given range of max and min values. I think its solvedable, but still above my skill capabalities :D. I will use it for hundreds and hundreds cases .
Thank everyone in advance for any piece of help and wish you nice rest of the day.
Sincerely Morty
I would like to politely ask you for help to solve my little problem. I have already worked with generating random numbers before and have tried to look up for solution, but this is probably more delicate problem than just generating random numbers.
Previously i used just this formula =RAND()*(C3-D3)+D3 to generate random numbers in given range (C3 MAX and D3 MIN).
But now its really not enough .
here is example:
Example.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Generate numbers | |||||
2 | Truck number 1 | MAX | MIN | |||
3 | AXIS 1 | 5 405 | 5 000 | 7 000 | ||
4 | AXIS 2 | 6 830 | ||||
5 | AXIS 3 | 9 690 | 7 000 | 10 000 | ||
6 | AXIS 4 | 9 330 | ||||
7 | ↑ | |||||
8 | sum weight | 31 255 | ||||
9 | ↑ | |||||
10 | load weight | 16 564 | ||||
11 | + | |||||
12 | truck weight | 14 691 | ||||
List1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B12 | B12 | =B8-B10 |
In every case for this particular truck, I will have same truck weight number and changing load weight number, which together give out sum weight number. And according to sum weight number I need it to split to 2 pairs of random generated numbers= AXIS 1,2 with given max and min values and AXIS 3,4 with also given range of max and min values. I think its solvedable, but still above my skill capabalities :D. I will use it for hundreds and hundreds cases .
Thank everyone in advance for any piece of help and wish you nice rest of the day.
Sincerely Morty