Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
SUMIFS extends SUMIF to several criteria — total amounts that match a category AND a date range AND a region, for instance.
Topic:SUMIF & SUMIFS=SUMIFS(C:C, A:A, "Sales", B:B, ">="&DATE(2026,1,1))=SUMIFS(C:C, A:A, "Sales", B:B, ">="&DATE(2026,1,1))Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Sum column C where A is Sales and the date in B is on or after Jan 1 2026”
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.
How-toUse SUMIF with a date comparison criterion to sum values only for dates on or after (or before) a specific date in your data range.
Error fixSUMIF not working in Excel and Google Sheets — diagnose formula errors, criteria syntax problems, range mismatches, and wildcard issues.
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.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: