[]
        
(Showing Draft Content)

PRODUCT

This function multiplies all the arguments and returns the product.

Syntax

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

Arguments

This function has these arguments:

Argument

Description

 number1

 [Required] The first number or range that you want to multiply.

 number2, ...

 [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