PRODUCT
Multiplies all the numbers given as arguments and returns the product
Syntax
PRODUCT(number1, [number2], ...)
Parameters
- number1: Required. The first number or range that you want to multiply
- number2: Optional. Additional numbers or ranges, up to 255
Example
=PRODUCT(A1:A5)