Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUMIF($A$2:$A$5,">="&DATE(2024,2,1),$B$2:$B$5)Computed by a real spreadsheet engine on the sample data below.
| Date | Amount |
| 2024-01-15 | 500 |
| 2024-02-03 | 750 |
| 2024-02-20 | 600 |
| 2024-03-10 | 900 |
=SUMIF($A$2:$A$5,">="&DATE(2024,2,1),$B$2:$B$5)→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.
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.
Add up the cells in a range that meet a single condition.
How-toUnderstand when to use SUMIF (one condition) versus SUMIFS (multiple conditions) for conditional summing in Excel and Google Sheets.
Error fixSUMIF returns 0 instead of the expected total in Excel and Google Sheets — fix number-as-text, criteria mismatch, range size errors, and data-type issues.
ReferenceSum values that meet multiple conditions at once.
How-toUse SUMIFS with two date criteria on the same date column to sum values that fall within a specific start and end date range.
Error fixSUMIF not working in Excel and Google Sheets — diagnose formula errors, criteria syntax problems, range mismatches, and wildcard issues.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: