LCM
Category: Mathematical Function.
Description: Returns the least common multiple of integers.
The least common multiple is the smallest positive integer that is a multiple of all integer arguments number1, number2, and so on.
Syntax: LCM(number1, number2, ...)
The LCM function syntax has the following arguments:
Number1, number2, ...: 1 to 255 values for which you want the least common multiple. If a value is not an integer, it is truncated.