PRODUCT - Google Docs Editors Help (original) (raw)

Returns the result of multiplying a series of numbers together.

Sample Usage

PRODUCT(A2:A100)

PRODUCT(1,2,3,4,5,A2:A100)

Syntax

PRODUCT(factor1, [factor2, ...])

Notes

See Also

SUM: Returns the sum of a series of numbers and/or cells.

QUOTIENT: Returns one number divided by another, without the remainder.

MULTIPLY: Returns the product of two numbers. Equivalent to the `*` operator.

MINUS: Returns the difference of two numbers. Equivalent to the `-` operator.

DIVIDE: Returns one number divided by another. Equivalent to the `/` operator.

ADD: Returns the sum of two numbers. Equivalent to the `+` operator.

Examples