The PRODUCT function multiplies all the given numbers.
Formula:
=PRODUCT(number1, [number2], …)
Explanations:
– Number1 is required, which is the first number.
– Number2… is optional, the second and all other additional numbers.
Cautions:
– The PRODUCT function returns the same value as the operation by using the multiply (*). PRODUCT(3,2) returns to the same results as 3*2=6.