Thread
:
How do I permute the cells of a column
View Single Post
#
2
Dave O
Posts: n/a
As an idea, you could insert a new column that holds random numbers,
and perform a sort on that column.
Reply With Quote