LCM function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Returns the least common multiple

Syntax

LCM(number1, [number2], ...) The LCM function syntax has the following arguments:
• Number1, number2,... Number1 is required, subsequent numbers are optional. 1 to 255 values for which you want the least common multiple. If value is not an integer, it is truncated.

Example

=LCM(5, 2)
=LCM(24, 36)

Microsoft Support Page

https://support.microsoft.com/en-us/office/lcm-function-7152b67a-8bb5-4075-ae5c-06ede5563c94

Back to Functions