MULTIPLY Operation
How to use the MULTIPLY operation
Definition
The MULTIPLY operation returns the product of two or more numbers.
Example
MULTIPLY(1, 2, 3, 4)
Result:
24
Syntax Guide
MULTIPLY(value1,value2,[value3…])
value1 - The first multiplicand
value2 - The second multiplicand
[value3..]. - [OPTIONAL] additional values to multiply