Convert the values in the following matrix:
so that they are in ascending order thusly:
Thanks for anyhelp provided!
Dick.....
Solved! Go to Solution.
See please the csort function.
I cannot see the images you have uploaded please upload worksheet.
Images cannot be inserted in the context of a post via cut and paste - it only looks OK until you add the reply! You have to use the appropriate button to insert images.
To attach files you have to chose "Use advanced editor" at the upper right.
Have you looked up in the help the various sort commands? (sort, csort, rsort)
Sorry about images not showing up......
Here is the worksheet I have been using to resolve this issue......
Dick.......
Here is my appraoch.
As you want every column to be sorted on its own you can't use csort but have to use sort() and the column selector.
Thanks all for your help!!!!