LCM returns the least common multiple of integers. The least common multiple is the smallest positive number that is a multiple of all integer arguments given.
If any of the arguments is less than one, LCM returns #NUM!.
If any of the arguments is non-integer, it is truncated.