How do I permute the cells of a column

  • Thread starter How do I permute the cells of a column
  • Start date
H

How do I permute the cells of a column

I was wondering if there is a function or a command or macro that lets me
permute the contents of a column - such that the resulting column has the
same entries but in different order?
 
D

Dave O

As an idea, you could insert a new column that holds random numbers,
and perform a sort on that column.
 
Top