How to Reverse a Column Order in Excel

Nilesh_kamble

Board Regular
Joined
Jul 27, 2012
Messages
67
Dear All,

Please let me know how to reverse a column in excel.

for example I have below data,
EDCBA
1713951
18141062
19151173
20161284

<tbody>
</tbody>


And same would be change in to below data
ABCDE
1591317
26101418
37111519
48121620

<tbody>
</tbody>
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Quick workaround is : Add a row above the column names and number them 5,4,3,2,1 respectively --- select the entire table ---goto sort ---Options----sort left to right---sort by row 1 ---smallest to largest
Delete row 1 :)
im sure you can write a code to rearrange the column numbers but this works faster for me.
 
Upvote 0
Quick workaround is : Add a row above the column names and number them 5,4,3,2,1 respectively --- select the entire table ---goto sort ---Options----sort left to right---sort by row 1 ---smallest to largest
Delete row 1 :)
im sure you can write a code to rearrange the column numbers but this works faster for me.


It's Working sir thanks a lot :):LOL:
 
Upvote 0

Forum statistics

Threads
1,214,950
Messages
6,122,436
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top