OpenOffice3.org Calc 3. Mathematical Functions

LCM(Integer 1; Integer 2; ...) Function

Returns a numeric value. Calculate the least common multiple of the numbers given as arguments. This function takes minimum of 1 and maximum of 30 arguments. Each argument contains a reference number or range of cells containing the values used to calculate the result. For example:

=LCM(2;3;5) Returns 30. Corresponds to the least common multiple of 3 arguments given.
=LCM(21;7;9;3) Devuelve 63. It is the least common multiple of 4 numbers.

 

Back to the list of mathematical functions