Random Number Selection

W

Work.Work.Work

I need to randomly select 20 numbers from a list of 10k. How would I be able
to do this use the Random Generator?
 
G

Gary''s Student

Put the list in column A and in B1 enter:

=RAND() and copy down

then sort columns A & B by column B. This will shuffle the numbers in
column A.


Just pick the top 20 in column A.
 
W

Work.Work.Work

Thanks for the quick reply, but what I am looking for is an auto generator.
Where it takes my list of values and randomly select X amount of numbers and
generate a list for me?
 
G

Gary''s Student

In addition to what I said about columns A&B, in C1 enter:
=A1 and copy down thru C20

now when you sort columns A&B, column C will automatically have your 20
random picks.
 

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

Top