random sample

  • 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?
 
Hi

Alongside your entries, type
=RAND()
and fill down. You can then sort on this random number to randomise your
list.
 
Select a cell.
From menu toolbar select Insert - Function - RAND().
(This will not work if you just type in the word 'RAND()', it must be
inserted with the 'Function' facility!)
Select that cell and several more cells down the same column.
Press <Ctrl> then <D> keys.
Bingo! It has filled down into all the selected cells.
Evertime you update a cell from now on, all the filled cells will refresh
their values.

Hope this is what you wanted to know.
Steve
 

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
Find Command 5
picking random sample in excel column 1
Macro for group total 1
To find subtotal - Please help 8
SUMPRODUCT help needed 4
Formula help 4
Sampling 5

Back
Top