K
Kevin
Im trying to sort several hundred rows of numbers from
left to right. eg.
sort - 8 6 7 9 4 10 5 to - 4 5 6 7 8 9 10
Each individual number in its own column.
You can easily sort each individual row one at a time! but
not all at once![Frown :( :(](/styles/default/custom/smilies/frown.gif)
Any ideas how to do this??
left to right. eg.
sort - 8 6 7 9 4 10 5 to - 4 5 6 7 8 9 10
Each individual number in its own column.
You can easily sort each individual row one at a time! but
not all at once
![Frown :( :(](/styles/default/custom/smilies/frown.gif)
Any ideas how to do this??