Hi,
I have 100*374 data. With 374 columns, I want to sort each row of my data in descending order but keeping in mind that the respective column heading should also be sorted with the data.
For Example: BMW, Ferrari, Audi and Honda are the column headings in the first row and the other two rows are the data.
BMW......Ferrari.....Audi......Honda
32..........42........ 17..........19
50..........39.........40..........25
Now, Each Row should be sorted each time with their column headings
Ferrari..........BMW...........Honda.........Audi
42................32...............19.............17
BMW........Audi........Ferrari.......Honda
50............40.......... 39..............25
Any help will be greatly appreciated.
Note: I have places the same question on http://www.mrexcel.com/forum/newthread.php?do=newthread&f=10
I have 100*374 data. With 374 columns, I want to sort each row of my data in descending order but keeping in mind that the respective column heading should also be sorted with the data.
For Example: BMW, Ferrari, Audi and Honda are the column headings in the first row and the other two rows are the data.
BMW......Ferrari.....Audi......Honda
32..........42........ 17..........19
50..........39.........40..........25
Now, Each Row should be sorted each time with their column headings
Ferrari..........BMW...........Honda.........Audi
42................32...............19.............17
BMW........Audi........Ferrari.......Honda
50............40.......... 39..............25
Any help will be greatly appreciated.
Note: I have places the same question on http://www.mrexcel.com/forum/newthread.php?do=newthread&f=10
Last edited: