Returns the least common multiple of one or more given integers. The least common multiple is the smallest positive integer that is a multiple of all the given integers.
Syntax
Remarks
The decimal points (if any) are truncated before calculating the double factorial of the given number.
Examples
|
Formula |
Result |
|
=LCM(12; 6) |
12 |
|
=LCM(23; 4; 32) |
736 |
|
=LCM(45,60,5,35) |
1260 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions