I have uploaded a excel sheet in which there are different year and quarters. The previous quarter is FYQ4Q2. I want to write a code where it automatically writes the current quarter (fy14q3) after previous quarter and shift the calculations.
Ex: Fy14q2 has couple of formulas in it . when inserted a current quarter the formulas in fy14q2 should shift to fy14q3. similarly other table at the right.
How do i achieve this. and the formulas i am using for previous quarter and current quarter are current quarter="FY" & RIGHT(YEAR(TODAY()),2)&"Q" & ROUNDUP(MONTH(TODAY()/3),0)
previous quarter="FY" & RIGHT(YEAR(TODAY()),2)&"Q" & ROUNDUP(MONTH(TODAY()/6),0)
Please help
Ex: Fy14q2 has couple of formulas in it . when inserted a current quarter the formulas in fy14q2 should shift to fy14q3. similarly other table at the right.
How do i achieve this. and the formulas i am using for previous quarter and current quarter are current quarter="FY" & RIGHT(YEAR(TODAY()),2)&"Q" & ROUNDUP(MONTH(TODAY()/3),0)
previous quarter="FY" & RIGHT(YEAR(TODAY()),2)&"Q" & ROUNDUP(MONTH(TODAY()/6),0)
Please help