Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to assign a unique random number to 500 students in an excel
worksheet. Can anyone tell me how to do this? --- Message posted from http://www.ExcelForum.com/ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
have a look at http://www.mvps.org/dmcritchie/excel/random.htm HTH Frank I need to assign a unique random number to 500 students in an excel worksheet. Can anyone tell me how to do this? --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=RAND()*10000000 in the adjacent cell and then copy down
the list of students and then sort by the column with the formula in. -----Original Message----- I need to assign a unique random number to 500 students in an excel worksheet. Can anyone tell me how to do this? --- Message posted from http://www.ExcelForum.com/ . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yep.
Best way is to use really large random numbers where the odds of 2 o your 500 students getting the same random number is very small. The Just sort the column. I assume you want to give the students a number so you can post thei grades. To do this, you may want to truncate the large random numbe to 3 digits and then sort, keeping in mind that as the random numbe gets smaller the odds of two students with the same numbe increases....you can right a simple function to test this of course -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unique Random Numbers | Excel Discussion (Misc queries) | |||
Unique RANDOM NUMBERS within specified range | Excel Worksheet Functions | |||
Unique random numbers from list | Excel Discussion (Misc queries) | |||
generate unique random numbers | New Users to Excel | |||
Non-random numbers generated by excel's data analysis random gener | Excel Discussion (Misc queries) |