picking random sample in excel column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list of 1500 people and I want to get a random sample of 300 people out of the 1500.
Does excel have a formula to do this? The field I want to use to pick the random ID contains user ids that contain numbers and letters. Thanks for any assistance.
 
one way:

In a second column, enter

=RAND()

in the first cell and copy down.

Select both columns and choose Data/Sort, sorting on the column with the
RANDs. Take the first 300 userIDs.
 

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

Similar Threads

Access Running Balance in Access 1
Sampling 5
Formula numbers and text Trying to pull a random sampling 1
Random Numbers 2
random sample 3
Random Values 7
Pick of random ID's 3
Random Sample 2

Back
Top