> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/formula-syntax/math-functions/product.md).

# PRODUCT

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

```javascript
PRODUCT(value1,value2...valueN)
```

### Arguments

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

### Example

```javascript
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*.

<figure><img src="/files/nTjvqzmjQsA6vcvIeG5p" alt=""><figcaption><p>Applying PRODUCT Function</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/formula-syntax/math-functions/product.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
