PRODUCT
Multiplies a series of values and returns the resulting product to support numeric calculations.
Last updated
Was this helpful?
Multiplies a series of values and returns the resulting product to support numeric calculations.
The PRODUCT function accepts multiple values, multiplies them together, and returns the resulting number. It performs a multiplication operation across all provided numbers or cell references and is commonly used in calculations involving totals, scaling, or combined factors.
PRODUCT(value1,value2...valueN)value1, value2 – Can be numbers or cell references (Required).
PRODUCT(Column1,Column2)In the example below, the PRODUCT measure is created using the PRODUCT function, which returns the result of multiplying MEASURE 1 and MEASURE 2.

Last updated
Was this helpful?
Was this helpful?