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 a range of cells, an array, or a comma-separated list of values (which may contain cell references and also ranges of cells as one or more of its elements).
Formula:
PRODUCT = i ∏1n xi
where n is the number of values and xi is the i‑th value.
Example:
PRODUCT(B1:B14)
returns the product of the values of cells B1:B14
.
Revisions:
This function was added in Fireworkz 2.00.