LCM
What Does It Do?
This function calculate the Least Common Multiple, which is the smallest number
that can be divided by each of the given numbers.
Syntax
=LCM(Number1,Number2,Number3… through to Number29)
Formatting
No special formatting is needed.
Numbers | Least Common Multiple | ||
6 | 20 | 60 | =LCM(C4,D4) |
12 | 18 | 36 | =LCM(C5,D5) |
34 | 96 | 1632 | =LCM(C6,D6) |