Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUMIFS(B2:B7,A2:A7,">="&DATE(2024,1,1),A2:A7,"<="&EOMONTH(DATE(2024,1,1),0))Computed by a real spreadsheet engine on the sample data below.
| Date | Amount |
| 2024-01-05 | 500 |
| 2024-01-20 | 300 |
| 2024-02-10 | 700 |
| 2024-02-25 | 200 |
| 2024-03-15 | 900 |
| 2024-03-28 | 100 |
=SUMIFS(B2:B7,A2:A7,">="&DATE(2024,1,1),A2:A7,"<="&EOMONTH(DATE(2024,1,1),0))→0
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
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.
A pivot's date grouping requires a manual Refresh when data changes and the month list is generated automatically. The SUMIFS approach updates instantly and lets you control exactly which months appear.
Yes — add YEAR() and MONTH() helper columns, then SUMIFS on both: =SUMIFS(B2:B7,YEAR(A2:A7),2024,MONTH(A2:A7),3).
Use DATEVALUE() to convert text dates to serial numbers before the SUMIFS comparison, or clean the source data with Text to Columns.
Extract a specific value from a PivotTable using field names and item values as explicit identifiers.
How-toBuild a formula-driven pivot-style cross-tab in Excel or Google Sheets using SUMIFS with mixed references — live totals by row and column without inserting a pivot table.
How-toUse Google Sheets QUERY with GROUP BY, SUM, and LABEL to build a pivot-style summary table without a manual pivot table — Excel alternative uses SUMIFS.
How-toLearn how GETPIVOTDATA extracts specific values from a pivot table in Excel and Google Sheets, avoiding broken references when the pivot refreshes.
How-toUnderstand how pivot calculated fields work and when to replace them with SUMIFS-based formulas in Excel and Google Sheets for more control and flexibility.
How-toUse SUMIF and SUM to calculate each category's percent of grand total in Excel and Google Sheets — no pivot table required.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: