Excel LCM Function
The LCM function calculates the least common multiple of integers. The least common multiple is the smallest positive integer that can be divided by all the numbers provided.
Syntax
=LCM (number1, [number2], ...)
Arguments
- Number1 (required): The first number.
- Number2, ... (optional): The subsequent numbers.
Return value
The LCM function returns a positive numeric value.
Function notes
- Arguments in the LCM function should be supplied as numeric values. Up to 255 arguments are allowed.
- Integers are preferred in the arguments. If any of the supplied arguments are non-integer numbers, the LCM function will truncate them to integers.
- LCM function will return the #VALUE! error if any of the supplied arguments are non-numeric.
- LCM function will return the #NUM! error if:
- any argument < 0
- returned result ≥ 2^53
Examples
To get the least common multiple of integers in the below table, please copy the formulas below into cell G4, G5, G6 and G7 respectively and press the Enter key to get the results.
=LCM (B4:C4)
=LCM (B5:C5)
=LCM (B6:D6)
=LCM (B7:E7)
Notes:
- The argument in the above formula is supplied as a range that contain multiple values.
- We can directly input values in the arguments of the formula. For example, in cell G7, the formula can be changed to:
=LCM (9, 12, 8, 24)
- We can also use cell references as arguments of the formula. For example, in cell G7, the formula can be changed to:
=LCM (B7, C7, D7, E7)
- If there is a blank cell or the number “0” in the supplied arguments, it returns the result of 0.
Relative Functions:
Excel EVEN Function
The EVEN function rounds numbers away from zero to the nearest even integer.
Excel EXP Function
The EXP function returns the result of the constant e raised to the nth power.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...
Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.