PRODUCT


Description Multiplies a list of numbers and returns the result.

Syntax PRODUCT ( number_list )

Argument Description
number_list A list of as many as 30 numbers, separated by commas. The list can contain numbers, logical values, text representations of numbers, or a reference to a range containing those values. Error values or text that cannot be translated into numbers return errors.If a range reference is included in the list, text, logical expressions, and empty cells in the range are ignored.All numeric values, including 0, are used in the calculation.

Example This function returns 24:

PRODUCT(1, 2, 3, 4)

See Also FACT, FACTDOUBLE, PRODUCT, SUM