WRONG RESULTWrong result
Check that every range starts and ends on the same rows, and that numbers are stored as numbers.
SUMIFSUse SUMIFS to total paid invoices for one region. This guide shows the exact structure, a working example and the mistakes most likely to break it.
Verified by JosephineReviewed July 25, 2026✓=SUMIFS(sum_range, criteria_range1, criterion1, [criteria_range2, criterion2, …])sum_rangevalues to add
criteria_rangecells to test
criterionrequired match
Edit any highlighted cell below. The example recalculates immediately.
| A · STATUS | B · REGION | C · AMOUNT | |
|---|---|---|---|
| 2 | |||
| 3 | |||
| 4 | |||
| 5 |
165Updates liveTry changing a value above. This example runs entirely in your browser.
sum_rangevalues to add
criteria_rangecells to test
criterionrequired match
WRONG RESULTCheck that every range starts and ends on the same rows, and that numbers are stored as numbers.
FORMULA PARSE ERRORCheck commas, quotation marks and closing parentheses. Your locale may use semicolons instead of commas.
UNEXPECTED BLANKSTest the source cells for hidden spaces, empty strings and inconsistent data types.