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 a range of cells, an array, or a comma-separated list of values (which may contain cell references and also ranges of cells as one or more of its elements).
Example:
LCM(B1:B3)
returns the least common multiple of the values of cells B1:B3
.
Revisions:
This function was added in Fireworkz 2.24.