Multiplies together all the values in a list.
Syntax:
PRODUCT(list)
Returns the product of all the numeric values in the list.
list may be an array, a range of cells, or a comma-separated list of values.
Example:
PRODUCT(B1:B14)
returns the product of the values of cells B1:B14
.
Revisions:
This function was added in 2.00.