Returns the sum of the products of the corresponding elements in the given arrays.
Syntax
Remarks
The given input arrays must be of the same size.
Examples
|
Formula |
Result |
|
=SUMPRODUCT(B2:B5;C2:C5) |
$2479 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions