Reversing a series in a range,

srmorgan

Board Regular
Joined
Apr 18, 2002
Messages
186
Office Version
  1. 365
Platform
  1. Windows
Got an assignment to enter two years worth of data into a file. Problem is my original file goes from 1/1/22 to 3/31/24 in ascending order left to right.
They want the dates going right to left with the current dates in the first column.
Range transpose won't work. I don't know how to use VBA so i need a simpler solution. Thanks srmorgan
S

Than


I
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
How about Transpose the range (from columns to rows), sort in Descending order, and then Transpose back to columns?
 
Upvote 0
that is a good idea i will have my colleague try that

Thanks
 
Upvote 0
Can't you just sort the columns Left to Right Descending (Newest to Oldest) ?

1712758156515.png
 
Upvote 0
It is a bit burried and doesn't get used very often.
@Joe4 - I have occassionally used it by putting =Match in the row above the column headings which then returns the order from a list or another table and used that to sort columns. It is very fast even on large datasets although my testing was on a sheet that doesn't have formulas.
 
Upvote 0

Forum statistics

Threads
1,216,027
Messages
6,128,367
Members
449,444
Latest member
abitrandom82

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