Is there a way to sort columns

  • Thread starter Thread starter SmilingPolitely
  • Start date Start date
S

SmilingPolitely

I am familiar how to sort data in columns e.g.

oranges apples
2 8
3 7
1 5

sorting by oranges returns
oranges apples
1 5
2 8
3 7

and by apples B etc..

BUT is it possible to sort the columns themselves into alphabetical
order? returns

apples oranges
8 2
7 3
5 1


Any help would be appreciated.
 
SmilingPolitely said:
I am familiar how to sort data in columns e.g.

oranges apples
2 8
3 7
1 5

sorting by oranges returns
oranges apples
1 5
2 8
3 7

and by apples B etc..

BUT is it possible to sort the columns themselves into alphabetical
order? returns

apples oranges
8 2
7 3
5 1


Any help would be appreciated.


dont worry. got it.
 
in the data-sort window click options and click <sort left to right> and
normal and choose <row1)
(assuming texts oranges and apples are in first row.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top