Explanation

TheSUMPRODUCT functionmultiplies arrays together and returns the sum of products.

The trick is to use simple array expressions to “cancel out” the irrelevant rates in the table.

SUMPRODUCT then simply sums the rates that remain.

Filter array overlaid on rate data

Working from the inside out, this formula usesboolean logicto “filter” the rate data.

Every other value is zero.

Both arrays are the same size, the result is an array of the same dimensions.

Filter array overlaid on rate data

FILTER delivers these rates to theSUM function, which returns a final result.

The output from FILTER is dynamic.

If source data or criteria change, FILTER will return a new set of results.

Filter array overlaid on rate data

you could use INDEX to retrieve individual values, or entire rows and columns.

MATCH supports approximate and exact matching, andwildcards(* ?)

Often, MATCH is combined with the…

Filter array overlaid on rate data

Filter array overlaid on rate data

Excel formula: SUMPRODUCT with IF

Excel formula: Cash denomination calculator

Excel formula: Easy bundle pricing with SUMPRODUCT

Excel SUMPRODUCT function

Excel FILTER function

Excel INDEX function

Excel MATCH function