Shuffling Rows

  • Thread starter Thread starter wefva00
  • Start date Start date
Could you be a bit more specific about what exactly you want to
do?


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
I have rows off data which I could sort in ascending/descending
order..but What I'd like to do is shuffle the rows in a random order.
 
In an empty column next to your data, enter "=Rand()", without the quotes,
in the first row of your data. Copy this formula down as far as your data
goes. This produces a column of random numbers. Now sort all your data
together with this new column, and sort on that new column. Delete the new
column. Done
HTH Otto
 
Back
Top