Formula to calculate Fiscal Month starting on January

SriniML

New Member
Joined
Jul 25, 2013
Messages
6
Hi -

Fiscal year in my company for 2012 started on 2nd of Jan 2012.
Fiscal year in my company for 2013 started on 31st of Dec 2012
Because, our fiscal week always starts on a Monday.

I'm trying to calculate fiscal month number for any given date between 2012 and 2013.
Please help me write a formula for this.

Eg:
Aug 3rd 2013, should be part of Fiscal Month 7.
Aug 5th 2013, is when Fiscal Month 8 would get started.

Regards
Srinivas
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Welcome to MrExcel!

Maybe:

Code:
=MONTH(A2-WEEKDAY(A2,3))

Matty

================
Matty -

Thank you so much, your formula almost worked :). Per our calendar,

In 2013, Per our calendar, Fiscal Month 1 started on 31st of Dec 2012. Per your formula, it starts on 7th Jan 2013.
In 2013, Per our calendar, Fiscal Month 10 started on 30th of Oct 2013. Per your formula, it starts on 7th Oct 2013.

I'm guessing, this is because our calendar must have been customized.. but if could let me know if i can do anything using a formula or if you would know any other alternate - it would be great.

Thank again
Srini
 
Upvote 0
If all other months work, except for the one mentioned, then I'm not sure what calendar is being used.

Could you provide a list of all the Mondays where the Fiscal Month changes?

Matty
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,335
Members
452,636
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top