You're actually looking for a random *order* display generator.
You can place the Rand() function in an "out-of-the-way" location of your
sheet.
Say starting in Z1,
=RAND()
And copy down to Z52.
Then, enter this formula into any other column, and copy down 52 rows:
=INDEX(ROW($A$1:$A$52),RANK(Z1,$Z$1:$Z$52))
Hit <F9 for a new random order.
--
HTH,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"David Stoddard" <David
wrote in message
...
I need to generate a random list of the whole numbers 1-52 with no
duplicates
and no decimal places.