Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=ROUNDUP(MONTH(A2)/3,0)Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
No. Excel does not have a native QUARTER function. The ROUNDUP(MONTH/3,0) formula is the standard workaround used by most Excel users.
Offset the month by your fiscal year start. For a July fiscal year start: =ROUNDUP(MOD(MONTH(A2)-7+12,12)/3+1,0) makes Q1 = July-September.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: