# PRODUCT

## Content

This function multiplies all the arguments and returns the product.

## Syntax

`PRODUCT(number1, [number2], ...)`

## Arguments

<span data-teams="true">This function has these arguments:</span>

| <span data-teams="true">Argument</span> | <span data-teams="true">Description</span> |
| -------- | ----------- |
| <span data-teams="true"> number1</span> | <span data-teams="true"> [</span>Required] The first number or range that you want to multiply. |
| <span data-teams="true"> number2, ...</span> | <span data-teams="true"> [</span>Optional] Additional numbers or ranges that you want to multiply, up to a maximum of 255 arguments. |

## Remarks

If an array or reference argument contains text, logical values, or empty cells, the function ignores those values; however, the function includes in calculations cells with the value zero.

## Examples

`PRODUCT(B3,B7,12)`
`PRODUCT(C4,B2,B4,C5)`
`PRODUCT(A1:A9)`
`PRODUCT(R1C2,2,10)`
`PRODUCT(A1:A8,B1:B8,C2:C18)`
`PRODUCT(1,2,3,5,7,11,13)` gives the result 30030