PRODUCT()

SyntaxPRODUCT(number1,number2,...)

Definition. This function multiplies the arguments and returns the product.

Arguments

Background. The product is the result of multiplication, and the multiplied values are the factors:

a1 • a2 • a3 • a4•...•an = b

In mathematics, analogous to the sum symbol Σ is the symbol Π for product. Π stands for the product of multiple factors.

Example. Multiplication of amounts is very common; for example, in a shopping list (see Figure 16-21).

The PRODUCT() function.

Figure 16-21. The PRODUCT() function.

See Also

FACT(), SUM(), SUMPRODUCT()