Multiplies all the given numbers or arguments.
Syntax
Remarks
The operator "*" can be used instead of the PRODUCT function to multiply numbers. Eg., =2*3*5.3
When only one number is given as input, the PRODUCT function returns the same number as the result.
Examples
|
Formula |
Result |
|
=PRODUCT(2;3;5.3) |
31.8 |
|
=PRODUCT(D2:E2) |
6.8 |
|
=PRODUCT(-2;8) |
-16 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions