B
Bob Arnett
I have a table in which I want to sort only a portion; not entire rows or
columns.
for instance, if my table is:
1 2 3 4 5 6
7 8 9 10 11 12
13 14 15 16 17 18
19 20 21 22 23 24
25 26 27 28 29 30
and I want to sort only the rectangle from 15 to 28 with descending columns
so that it ends up with:
1 2 3 4 5 6
7 8 9 10 11 12
13 14 27 28 17 18
19 20 21 22 23 24
25 26 15 16 29 30
Is this possible?
columns.
for instance, if my table is:
1 2 3 4 5 6
7 8 9 10 11 12
13 14 15 16 17 18
19 20 21 22 23 24
25 26 27 28 29 30
and I want to sort only the rectangle from 15 to 28 with descending columns
so that it ends up with:
1 2 3 4 5 6
7 8 9 10 11 12
13 14 27 28 17 18
19 20 21 22 23 24
25 26 15 16 29 30
Is this possible?