For the complete documentation index, see llms.txt. This page is also available as Markdown.

PRODUCT

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.

Syntax

PRODUCT(value1,value2...valueN)

Arguments

value1, value2 – Can be numbers or cell references (Required).

Example

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.

Applying PRODUCT Function

Last updated

Was this helpful?