Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
GCD finds the largest positive integer that evenly divides all supplied numbers. It accepts up to 255 arguments and ignores signs. Use it to simplify fractions, find common scheduling intervals, or solve combinatorial problems.
=GCD(A2,B2)=GCD(A2,B2)Computed by a real spreadsheet engine on the sample data below.
| Numerator | Denominator | GCD |
| 12 | 8 | |
| 36 | 24 | |
| 100 | 75 | |
| 18 | 6 |
=GCD(A2,B2)→4
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 greatest common divisor of two numbers to simplify a fraction”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: