Choosing numbers randomly

  • Thread starter Thread starter Aladino
  • Start date Start date
A

Aladino

Hi,

I would like to know how can I choose 125 numbers randomly of a table
with 1228 numbers.

Thanks
 
If your 1228 numbers are in a range like: A1:A1228
then you could put:
=rand()
in B1:B1228

Then sort both columns by column B.

And use the values in A1:A125
 
Back
Top