Calculate last quater from today (given Fiscal Year end)
问题 I have as input a "Fiscal Year end", which determines the quarter ends of a company. Say: today() is 3-April-2015 Company fiscal year ends: Oct-14 then I should get the latest quarter end : Jan-15 i.e the latest quarter end from the company fiscal year end till today's date. With: FiscalEnd=12/02/2014 Today() (a3) =04/03/2015 I have tried: =TEXT(EOMONTH(Fiscal_Year_EndQ,MOD(-MONTH(A3),3)-3),"mmm-yy") and am getting Nov-14 . Example: Fiscal Year ends at: 31-Oct-2014 Today's date: 4 April 2015