FormulaCraft

How to find the first day of the quarter in Excel and Google Sheets

Excel & Google Sheets
=DATE(YEAR(B2), INT((MONTH(B2)-1)/3)*3+1, 1)

Verified example

Computed by a real spreadsheet engine on the sample data below.

DateFirst Day of Quarter
2023-04-15
2022-12-31
2021-01-01
2020-07-22

=DATE(YEAR(B2), INT((MONTH(B2)-1)/3)*3+1, 1)693871

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Enter your date in cell B2 of your spreadsheet.
  2. 2In another cell, input the formula provided for Excel or Google Sheets.
  3. 3The formula will return the first day of the quarter corresponding to the date in B2.

Tips

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.

Frequently asked

What if my date is in a different cell?

Simply replace B2 in the formula with the cell reference containing your date.

Does this formula work for all years?

Yes, the formula calculates the first day of the quarter for any year entered.

Can I use this formula in other cells?

Absolutely, copy the formula to other cells to find the first day of the quarter for multiple dates.

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: