Product
Product
is a mathematical function that multiplies all numbers or references and returns the product.
Syntax:
Product(
arguments)
where arguments
is one or more of the following values:
Argument | Description |
---|---|
numeric |
A numeric value. For example, Numeric values can include decimals and negative values. See Numeric Arguments. |
row, column, or cell reference |
A pointer to a row, column, or cell within a grid. You can specify references in several ways. The reference syntax is: |
function |
An embedded function. |
Example:
Return 40:
Product(2,20)