I have a list of 80 names that has to be randomly put in to an order where
all the names are used only once. How do I do that
I have a list of 80 names that has to be randomly put in to an order where
all the names are used only once. How do I do that
All I can say is that if you have a column with =Rand()
You will get non-equal numbers (the odds of a repeting number are very low).
Replace the formula with PasteSpecial Value. Sort everything by that column
and you get a random ordered list.
There are many ways that you can do this in code, or manually.
--
steveB
Remove "AYN" from email to respond
"Lw" <[email protected]> wrote in message
news:[email protected]...
>I have a list of 80 names that has to be randomly put in to an order where
> all the names are used only once. How do I do that
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks