LCM

Calculates the least common multiple of the values in a data set.

Syntax:

LCM(list)

Returns the least common multiple of all the values in the list.

list may be an array, a range of cells, or a comma-separated list of values.

Example:

LCM(B1:B3)

returns the least common multiple of the values of cells B1:B3.

Revisions:

This function was added in 2.24.