How do I generate non-recurring random numbers to assign groups?

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

Guest

I am attempting to use random number generator to assign numbers to subjects
in a group so to give each subject a group assignment. Each subject blocked
by weight, then assigned a number.
 
This is only an example, but the concept may help you.

Let's say we want do sample ten numbers randomly (and uniquely) from a
distribution of one to one hundred.

Enter the numbers one to one hundred in a column. In the next column enter
+RAND() and copy down. Sort by the second column; this will jumble the
first column. Just take the first ten entries in the first column. They
will be randomly picked from the distribution with no repeats.

Hope this helps
 

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