OpenOffice3.org Calc 3. Mathematical Functions

PRODUCT(Number1; Number2; ...) Function

Returns the product of the values given as arguments. The function accepts minimum 1 and maximum 30 arguments. Each argument contains a numeric value or the reference to a range of cells with the values used to calculates the result. For example:

=PRODUCT(2;3;4,5) Returns 27. Multiply the three arguments given.
=PRODUCT(2;1;3;4) Returns 24. Multiply the four numbers.

 

Back to the list of mathematical functions