PRODUCT
Name
Product
Description
Multiplies all the arguments and returns the product.
Syntax
PRODUCT(value1, value2, . . . )
Remarks
Accepts up to 30 arguments. Each argument can be a cell, a cell range, a float value, or an integer value.
See also FACT.
Data Type
Accepts numeric data for all arguments. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
PRODUCT(R1C2,2,10)
PRODUCT(B3,B7,12)
PRODUCT(C4,B2,B4,C5)
PRODUCT(A1:A9)
PRODUCT(1,2,3,5,7,11,13)=30030