Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUMIFS(C2:C7,A2:A7,"East",B2:B7,"Q1")/SUMIFS(D2:D7,A2:A7,"East",B2:B7,"Q1")Computed by a real spreadsheet engine on the sample data below.
| Region | Quarter | Revenue | Units |
| East | Q1 | 5000 | 20 |
| East | Q1 | 3000 | 15 |
| West | Q1 | 4000 | 10 |
| East | Q2 | 6000 | 25 |
| West | Q2 | 2000 | 8 |
=SUMIFS(C2:C7,A2:A7,"East",B2:B7,"Q1")/SUMIFS(D2:D7,A2:A7,"East",B2:B7,"Q1")→228.5714285714
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.
Pivot calculated fields operate on aggregate sums, not on each row. Revenue/Units in a calculated field computes SUM(Revenue)/SUM(Units), which differs from SUM(Revenue/Units).
No. Calculated fields can only reference other pivot fields by name. If you need an external value, use a SUMIFS formula outside the pivot instead.
Yes, but with fewer formula functions than Excel. The SUMIFS approach works in both without any restrictions.
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-toUse SUMIF and SUM to calculate each category's percent of grand total in Excel and Google Sheets — no pivot table required.
How-toGroup and sum transaction data by month using SUMIFS with EOMONTH or TEXT in Excel and Google Sheets — no pivot table needed.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: