EXCEL SUMPRODUCT FUNCTION

This function will multiply the corresponding array components and return the total of the product.

Syntax:

=SUMPRODUCT (array1, [array2], …)

Parameter list:

  • array1 – the first array or range to be multiplied, followed by addition.
  • array2 – [optional] The next array or range to multiply, followed by addition.

Step By Step Guide of SUMPRODUCT Function

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.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now