As soon as you introduce controls like this, it's not longer an exercise in random number generation. It's now an exercise in randomizing a preset list of numbers.
So you create a list with numbers in column A repeated the number of times you want calculated in column C, all in one column.
Then a RAND() formula in the next column to generate a truly random number to associate with your preset list.
Finally, in a new column, you extract the preset numbers in the order of the adjacent RANDOM numbers. (slow)
or....
Sort the two columns using the RAND column as the sort key. Each time you do this your main set of preset numbers will be in a different order. Very fast.
Attached is an example.
Bookmarks