LCM Function

The LCM function is one of the math and trigonometry functions. It is used to return the lowest common multiple of one or more numbers.

Syntax

LCM(number1, [number2], ...)

The LCM function has the following arguments:

Argument Description
number1/2/n Up to 255 numeric values for which you want to find the lowest common multiple.

Notes

How to apply the LCM function.

Examples

The figure below displays the result returned by the LCM function.

LCM Function