FormulaCraft

How to use SUMIF with a date range in Excel and Google Sheets

Topic:SUMIF & SUMIFS
Excel & Google Sheets
=SUMIF($A$2:$A$5,">="&DATE(2024,2,1),$B$2:$B$5)

Verified example

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

DateAmount
2024-01-15500
2024-02-03750
2024-02-20600
2024-03-10900

=SUMIF($A$2:$A$5,">="&DATE(2024,2,1),$B$2:$B$5)0

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. 1Ensure your date column contains real date values, not text.
  2. 2Construct the criteria by concatenating a comparison operator with a DATE value: ">="&DATE(2024,2,1) means 'on or after February 1, 2024'.
  3. 3Write the full formula: =SUMIF($A$2:$A$100,">="&DATE(2024,2,1),$B$2:$B$100). For a date stored in a cell (e.g. E1), use ">="&E1.

Tips

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.

Frequently asked

How do I sum for a single specific date?

Use the date as an exact criterion without an operator: =SUMIF($A$2:$A$100,DATE(2024,2,1),$B$2:$B$100). This sums only rows where the date equals February 1, 2024.

More on SUMIF & SUMIFS

See all →

Formulas used

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

Last reviewed: