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...