Excel Formula: Get Fiscal Month From Date
To find the actual fiscal month from a given date, the CHOOSE function can help you in Excel.
If you want to follow along with this tutorial, please download the example spreadsheet.
Generic formula:
CHOOSE(MONTH(Date),7,8,9,10,11,12,1,2,3,4,5,6) |
Syntaxt and Arguments
Date: the date that used to find the fiscal month. |
Return Value
The formula returns a numeric value from 1-12.
Remark
The series {7,8,9,10,11,12,1,2,3,4,5,6} means to start the next round fiscal year from July, you can change the series order as you need.
How this formula works
For example, the fiscal year is starting from July, and to find the fiscal month of the date in cell B3, please use below formula:
=CHOOSE(MONTH(B3),7,8,9,10,11,12,1,2,3,4,5,6) |
Press Enter key and then drag fill handle down to the cells that needed this formula.
Explanation
MONTH function: returns the month of the given date in a number (1-12).
CHOOSE function: returns a value from the list of value argument by the given index number.
Here the formula
=CHOOSE(MONTH(B3),7,8,9,10,11,12,1,2,3,4,5,6)
=CHOOSE(5,7,8,9,10,11,12,1,2,3,4,5,6) means to find the fifth argument in the CHOOSE function
=11
Relative Formulas
- Get day name from date
In this tutorial, it provides formulas to return the day name from the given date in Excel. - Get fiscal year from date
This tutorial, it provides a formula to quickly find the fiscal year from a date in Excel - Get day name from given date
This tutorial talks about how to use formula to get the day name such as Monday,Tuesday based on the given date. - Create weekly date range
In this tutorial, it provides a formula to quickly get the weekly date range in Excel.
Relative Functions
- Excel DATE Function
Create date with year, month and day - Excel YEAR Function
Returns the year of date in 4-digit serial number format - Excel MONTH Function
The MONTH is used to get the month as integer number (1 to 12) from date - Excel DAY Function
DAY function gets the day as a number (1 to 31) from a date - Excel NOW Function
Get the current time and date
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
