D
dab
Good day,
I have the following table:
A B C
Blue 50 25 15
Red 10 5 32
Green 6 45 12
After sorting, I need the result to give me something like this:
A B C
Blue 50 25 15
Red 32 10 5
Green 45 12 6
Which means that will maintain row integrity but it will re-arrange the
values decreasing from A to C
Any help will be appreciated.
Thanks
I have the following table:
A B C
Blue 50 25 15
Red 10 5 32
Green 6 45 12
After sorting, I need the result to give me something like this:
A B C
Blue 50 25 15
Red 32 10 5
Green 45 12 6
Which means that will maintain row integrity but it will re-arrange the
values decreasing from A to C
Any help will be appreciated.
Thanks