Hi All,
I'm currently trying to work out how to calculate the fiscal month from a date.
For a fiscal year starting April I have this(date sits in column AG)
=IF(MONTH(AG148)>3,MONTH(AG148)-3,MONTH(AG148)+8)
for a fiscal year starting May I have this
=IF(MONTH(AG148)>4,MONTH(AG148)-4,MONTH(AG148)+8)
Both of these work 100%, however I now need to calculate a fiscal month where the fiscal year starts in October
I tried this
=IF(MONTH(AG148)>9,MONTH(AG148)-9,MONTH(AG148)+8)
But the results are not correct, what am I doing wrong?
Thanks in advance
Sam
I'm currently trying to work out how to calculate the fiscal month from a date.
For a fiscal year starting April I have this(date sits in column AG)
=IF(MONTH(AG148)>3,MONTH(AG148)-3,MONTH(AG148)+8)
for a fiscal year starting May I have this
=IF(MONTH(AG148)>4,MONTH(AG148)-4,MONTH(AG148)+8)
Both of these work 100%, however I now need to calculate a fiscal month where the fiscal year starts in October
I tried this
=IF(MONTH(AG148)>9,MONTH(AG148)-9,MONTH(AG148)+8)
But the results are not correct, what am I doing wrong?
Thanks in advance
Sam