LCM function
Summary
Returns the least common multiple
Syntax
LCM(number1, [number2], ...)
The LCM function syntax has the following arguments:
• Number1, number2,... Number1 is required, subsequent numbers are optional. 1 to 255 values for which you want the least common multiple. If value is not an integer, it is truncated.
• Number1, number2,... Number1 is required, subsequent numbers are optional. 1 to 255 values for which you want the least common multiple. If value is not an integer, it is truncated.
Example
=LCM(5, 2)
=LCM(24, 36)
=LCM(24, 36)