palaeontology
Active Member
- Joined
- May 12, 2017
- Messages
- 444
- Office Version
- 2016
- Platform
- Windows
I'd like to make a list of 16 numbers randomly generated from anywhere between 1 and the largest number found in column A.
I'm currently doing that in the range B3:B18 ... currently using the formula ... =RANDBETWEEN(1,MAX($A:$A))
However, I'd like the randomly generated list to have unique numbers, so no number in that list of 16 is repeated.
Is there a way to do that using formula ... I understand formula better than vba.
If not, then how could it be done using vba ?
Very kind regards,
Chris
I'm currently doing that in the range B3:B18 ... currently using the formula ... =RANDBETWEEN(1,MAX($A:$A))
However, I'd like the randomly generated list to have unique numbers, so no number in that list of 16 is repeated.
Is there a way to do that using formula ... I understand formula better than vba.
If not, then how could it be done using vba ?
Very kind regards,
Chris