I am using the following formula to list quarters.
Qtr: Format$(DateAdd("q",2,[Finish]),"\Qq yyyy",0,0)
This really works on the premise of month end. However, as we follow an accounting quarter (using July-Jun financial year) which always starts from a Monday and ends on Sunday, I need to amend the formula accordingly. As an example my existing formula reports 1 Oct 2014 as the quarter 2 of FY 2015. In reality, quarter 2 started on 29 Sep 14 as the last Sunday of the month and quarter. I have reproduced a few dates which should be in quarter 1 but my formula shows these to be in quarter 2.
Opening
30-Sep-14
30-Oct-14
29-Sep-14
Will appreciate some help.
Qtr: Format$(DateAdd("q",2,[Finish]),"\Qq yyyy",0,0)
This really works on the premise of month end. However, as we follow an accounting quarter (using July-Jun financial year) which always starts from a Monday and ends on Sunday, I need to amend the formula accordingly. As an example my existing formula reports 1 Oct 2014 as the quarter 2 of FY 2015. In reality, quarter 2 started on 29 Sep 14 as the last Sunday of the month and quarter. I have reproduced a few dates which should be in quarter 1 but my formula shows these to be in quarter 2.
Opening
30-Sep-14
30-Oct-14
29-Sep-14
Will appreciate some help.