random row numbers

L

ldzppln

i have 2 columns and 6276 rows in my worksheet that listed alphabetically
for examle 1 anu dgs
2 bru ...
3 cho ...
6276 z.. ...
my question is how can i list them randomly not alphetically
 
E

Elkar

In Column C, enter this formula:

=RAND()

Copy this down for all 6276 rows of data
Then sort all of your data using Column C.

HTH,
Elkar
 
Top