LCM
Returns the least common multiple.
Math & TrigonometryMath Basics
What it does
Returns the smallest integer that is a multiple of all arguments.
Syntax
LCM(number1, [number2], ...)
Arguments
number1(number) β First number.
Examples
LCM
LCM of 4 and 6.
FORMULA
=LCM(4, 6)
RESULT
12
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | A | B |
| 2 | 4 | 6 |