fiscal month formula

DonnchadhSokol

New Member
Joined
Jun 9, 2011
Messages
4
this may be a dumb one.

fiscal year starts in june.

want to return fiscal month number.

convert june from 6 to 1, july from 7 to 2, etc... without an IF in there (possible?).

thanks,

nuk
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
With
A1: a date

This regular formula returns the Fiscal Month Number of that date
Code:
B1: =MONTH(EDATE(A1,7))

Does that help?
 
Upvote 0
I have a similar request, except I need the date to convert into a YYYYMM format. For our company 7/1/2013 = 201401; 6/30/2014 = 201412.
 
Upvote 0
This is a really old thread...I think next time, you should start a new thread (and reference any olds that are pertinent )
Meanwhile:
Does this help?
=TEXT(EDATE(A1,6),"YYYYMM")
 
Upvote 0
Hi Ron,

That's elegant in its simplicity and powerful in its effectiveness. It works perfectly. Thanks also for the tip on old posts.

Gary
Excel 2010
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

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