Skip to main content

SUMPRODUCT

Returns the sum of products of corresponding elements in one or more arrays.

CategoryAggregate
SyntaxSUMPRODUCT(array1, [array2], ...)

Parameters

ParameterRequiredDescription
array1RequiredThe first range or array to multiply then sum.
array2OptionalAdditional ranges or arrays (must be same size as array1).

Example

SUMPRODUCT(range, criteria)

Auto-generated from the EngCanvas function registry.