Product is a mathematical function that multiplies all numbers or references and returns the product.
Syntax:
where arguments is one or more of the following values:
A numeric value. For example, Product(2,20) returns the value 40. Numeric values can include decimals and negative values. See Numeric Arguments. | |
A pointer to a row, column, or cell within a grid. References can be specified in several ways. The reference syntax is: GridName.GridElement[segment(range)].property. See Row, Column, or Cell Reference Arguments. | |
Product(2,20)