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
 
In a helper column enter =RAND(), then sort on that column and use the
first 125 rows.
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top