OpenOffice3.org Calc 3. Mathematical Functions

LCM_ADD(Numbers, Numbers1; Numbers2, ...) Function

Returns a numeric value. Calculate the least common multiple of the numbers given as arguments. This function returns the same results as the LCM function. LCM_ADD function has been provided form compatibility with international standars, for example, for compatibility with Microsoft Excel. This function takes minimum 1 and maximum of 30 arguments. Each argument supports an integer or a reference to a range of cells containing the numbers used to calculate the result. For example:

=LCM_ADD(12;24;3;8) Returns 24. Corresponds to the least common multiple of 4 arguments given.
=LCM_ADD(35;5;15;45) Returns 315. Is the least common multiple of 4 numbers.

 

Back to the list of mathematical functions