Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=DATE(YEAR(A2),INT((MONTH(A2)-1)/3)*3+1,1)Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Use =INT((MONTH(A2)-1)/3)+1 — this returns 1, 2, 3, or 4.
Use EOMONTH on the quarter start: =EOMONTH(DATE(YEAR(A2),INT((MONTH(A2)-1)/3)*3+1,1),2).
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: