Unique Number

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

Guest

As a teacher, I would like to assign each student a randon number that is
unique from any other student number. How am I able to do this?
 
Say you want random 4 digit numbers (range 1000-9999).

Enter the values 1000 thru 9999 in column A.
Enter =RAND() in column B and copy down

Sort both columns A & B by B. This "shuffles" the values in column A

Then just pick the first 30 or so values from column A
 
A four digit whole number with no repeats. Ther are about forty student in
each of five classes.
 
Back
Top