Product
Mon 01 January 2018Syntax
Product(numlist)
where numlist is an arbitrary-length list of numbers in the form
n1 [, n2]. . .
Description
Use the Product function to multiply all the numbers in numlist and returns the product as a Number data type. The numbers in the list can be any number expressed as a number, variable, or expression.
Returns
Returns a Number value equal to the product of the numbers in numlist .