Forum Discussion
Sorting months in chronological order
- 7 years agoAnonymous Please try to change the datatype of MonthNo field to Numeric. Then use "Sort by Column" option to sort the Month by MonthNo (Select Month Field and then use "Sort by Column" option to use MonthNo as sort order)
I think I have a much simpler answer. The 2 main issues are the first letters of each month of the year are not in alphabetical order, so Excel always wants to put April first instead of January. And if you try to give each month a number, October, November, and December present problems because 10, 11, and 12 get put before 1 (which would be January).
So, however you're going to label your months (typically January = 1, February = 2 and so on), make October = 91 (because September would have equaled 9), make November = 92 and December = 93.
This gets your pivot table sorted correctly and when you go to make your graph, you can just rename each of those fields to be whatever you want. And most importantly, they'll stay in the same order you want them.