Show month names in sequence in a pivot table when financial year runs from April to March

Steve Bavis 60 Reputation points
2026-08-31T18:48:33.8566667+00:00

Hi

I need to report on a financial year that runs from April to March. using month numbers means users have to perform mental adjustments to understand that month 5 is actually August, not May.

How can I show the month names in the correct sequence in pivot table reports rather than using month numbers? The source data has a MonthName column that has the correct labels in it.

TIA.

Microsoft 365 and Office | Excel | For home | Windows

1 answer

Sort by: Most helpful
  1. Barry Schwarz 6,106 Reputation points
    2026-09-09T00:27:37.72+00:00

    Since your data sorts by month numerically rather than alphabetically, it appears that you have actual date values but are displaying only the month name associated with the dates. You can sort this data in any order you want using a custom list. To create a fiscal year list for the data you describe:

    • Select the entire range to be sorted.
    • Open the Data tab.
    • In the Sort & Filter group, select the big Sort icon (looks like a box).
    • Specify the column containing the dates.
    • Select Cell Values in the Sort On field.
    • Select Custom List in the Order field
    • In the List entries box enter your list ("April, May, June, ..., December, January, February, March") and click Add.
    • Click OK.
    • The selected data should now be sorted in the desired order.

    If you omit any months from the custom list, they will sort at the end.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.