LCM(number1,number2,...)
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! error.
GCD