This function will multiply the corresponding array components and return the total of the product.
Syntax:
=SUMPRODUCT (array1, [array2], …)
Parameter list:
For example, =SUMPRODUCT(A1:A10,B1:B10) will multiply as A1 x B1, A2 X B2, A3 X B3 and then sum the multiplied numbers.
This function is more adaptable than we can perceive. Because this method uses arrays, it may be used in the same way as the SUMIFS function.
Ask Your Query