Excel Conditional SUMPRODUCT
How Conditional SUMPRODUCT Works
Build Boolean Arrays
Use comparisons like (range1 = 'X') that produce TRUE/FALSE arrays.
Multiply Conditions
TRUE×1=1, FALSE×1=0. Multiplying conditions creates an AND filter.
Multiply by Values
Multiply the filter array by the values you want to sum.
Wrap in SUMPRODUCT
SUMPRODUCT sums the resulting array — your conditional total.
Noble Desktop's Excel Bootcamp covers formulas, pivot tables, data analysis, VBA, and the full analytics workflow used by finance and ops teams.
Learn to use conditional SUMPRODUCT to extract the subset of the information that you want and exclude everything else.
1Full Video Transcript
2Introduction to Conditional SUMPRODUCT
Conditional SUMPRODUCT uses SUMPRODUCT with conditions to exclude data that does not meet a certain criteria. You can use conditional SUMPRODUCT to extract the subset of the information that you want and exclude everything else.
Let's do a quick review of SUMPRODUCT. This is a topic we cover in level one. If we look at this table here, we have states that have a certain number of sales for products that have a specific unit price. The unit prices are all the same in this table.