Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
LCM finds the smallest positive integer that is evenly divisible by all supplied numbers. It is the complement of GCD and is useful for scheduling tasks that repeat on different cycles or finding common denominators.
=LCM(A2,B2)=LCM(A2,B2)Computed by a real spreadsheet engine on the sample data below.
| Cycle A | Cycle B | LCM |
| 4 | 6 | |
| 3 | 5 | |
| 8 | 12 | |
| 7 | 14 |
=LCM(A2,B2)→12
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Find the least common multiple of two cycle lengths to align schedules”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: