LCM (least common multiple)

<< Click to Display Table of Contents >>

LCM (least common multiple)

Syntax:

LCM(Number1 [, Number2, Number3 ...])

Description:

This returns the LCM (least common multiple) of a set of numbers. The LCM is the smallest positive integer that is a multiple of the arguments.

You can specify numbers or cell references as arguments.

All given values Number1, Number2, etc., have to be ≥ 1. Furthermore, only integers should be used. If this is not the case, PlanMaker automatically truncates the decimal places.

Example:

LCM(5, 10, 15) returns 30

If A1:A3 contains the values 4, 8 and 6, the following applies:

LCM(A1:A3) returns 24

See also:

GCD