Is there a simple way to do a randomizing sort?

B

BrentG

Is there a way to randomize several columns of data without having to add an
additional column and then generating random numbers and doing a normal sort?
 
B

bj

myour description is the simplest way. you could write a macro to do it
outside the sheet, but to randomize the data, you have to generate random
numbers somewhere
 
Top