Related Posts
Any thoughts on 0x.. ?
Hi fishers! I have offer and signed contract with Deloitte UK and my start day is in the beginning of April. I need skilled worker visa, and we haven’t applied yet for that. Screening and onboarding is in progress. Immigration team doesn’t reply since reached me out 1st time. How much time does it usually needed to go through the whole process? How many days take for visa to be approved since application?Deloitte
Additional Posts in Excel Genius
Still don't have xlookup. #fomo
Anyone know what these badges are?

New to Fishbowl?
unlock all discussions on Fishbowl.



If you don’t need to transpose the data… Turn your data set range into a table and then sort ascending. If that’s a challenge make a helper column, add a formula that’s concats a sortable value (e.g. =Value(year&”.”&quarter) and then sort on that.
No need to turn into a table to do the sort: use data -> filter on the range
Could you do what you need in a pivot table?
You can choose your sort options for your rows in a pivot table but the first use of pivot tables is to aggregate some numerical data, which might not be what the op wants
Can t you use the paste function with pivoting the data in reverse order ?
Probably the OP knows already how to sort data. It’s likely here that there are 2 different directions : year ascending but quarter descending
And if it’s not this, for example both descending, then it’s a sort on 2 columns
So you have years in ascending order and quarters descending ?
Easy 😊
Just add a column to number quarters
So that will contain 4 3 2 1
Then do a sort of the data on the year column and the new column in increasing order
Then delete this new column
Also do that on a copy of original data, always better to keep the original safe