Dear All,
I'd like to automatically split any number larger or equal to 10.000 into smaller random numbers, rounded to hundreds (the input never has tens or ones other than 0 and is never less than 10.000). So, if a user enters 11.100, to let's say 8.000 and 3.100. If they enter 20.000, into three smaller numbers, if 160.000 into 17 numbers and so on. Those smaller numbers would then be inserted into a table. It is also acceptable to have a small list of numbers (6.000,...,9.000) from which the function picks the first numbers, to speed things up. How would one do that?
Note that the point represents a thousands separator
With kindest regards,
Samo
I'd like to automatically split any number larger or equal to 10.000 into smaller random numbers, rounded to hundreds (the input never has tens or ones other than 0 and is never less than 10.000). So, if a user enters 11.100, to let's say 8.000 and 3.100. If they enter 20.000, into three smaller numbers, if 160.000 into 17 numbers and so on. Those smaller numbers would then be inserted into a table. It is also acceptable to have a small list of numbers (6.000,...,9.000) from which the function picks the first numbers, to speed things up. How would one do that?
Note that the point represents a thousands separator

With kindest regards,
Samo
Last edited: