C
chumpboy
Hello -
I would like to have multiple cells return random numbers from a list.
Easy enough with the Randbetween function. However, I would like to
limit the range when a number is chosen.
For example:
My list of possible numbers is 1-10.
In one cell I want to return, randomly, one of those 10 numbers.
Assume 6 is returned.
I would then like 6 to not be able to come up again.
Then in the next cell, I want another random number from the new list
that does not include 6.
If this isn't possible via the random function or similar, can you sort
data in a random order? Then I would just choose the top 2 numbers
returned after the random sort.
Thank you all
I would like to have multiple cells return random numbers from a list.
Easy enough with the Randbetween function. However, I would like to
limit the range when a number is chosen.
For example:
My list of possible numbers is 1-10.
In one cell I want to return, randomly, one of those 10 numbers.
Assume 6 is returned.
I would then like 6 to not be able to come up again.
Then in the next cell, I want another random number from the new list
that does not include 6.
If this isn't possible via the random function or similar, can you sort
data in a random order? Then I would just choose the top 2 numbers
returned after the random sort.
Thank you all