Sort on rows (not columns)

  • Thread starter Thread starter po2206
  • Start date Start date
P

po2206

Hi

I have a dataset that contain many columns with data. The first ro
contains the column headers. Is there any way to sort the columns o
headers? An example is probably needed:

C A B
4 3 8
3 4 8
6 2 9

I want to sort on headers so it will look like this:

A B C
3 8 4
4 8 3
2 9 6

Any input? It is not an option first to transpose the data, as th
sheet contains 50K rows
 
Hi

Select your area to sort. Go to Data/Sort and click on the Options button.
This gives you a 'left to right' sort.

Andy.
 

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