A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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.