Is there a simple way to do a randomizing sort?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 
Back
Top