mixing up a list

D

dkb43

I have imported into Excel (2000) a list that comes in alpha order. I want
the list in random order. Is there a way, in Excel, to randomize the list?
 
G

Gary''s Student

If the list is in column A, then in B1 enter:
=RAND() and copy down.

Then sort cols A & B by column B
 
Top