GCD
Returns the greatest common divisor.
Math & TrigonometryMath Basics
What it does
Returns the greatest common divisor of two or more integers.
Syntax
GCD(number1, [number2], ...)
Arguments
number1(number) β First number.
Examples
Greatest Common Divisor
GCD of 24 and 36.
FORMULA
=GCD(24, 36)
RESULT
12
SAMPLE DATA
| A | B | |
|---|---|---|
| 1 | A | B |
| 2 | 24 | 36 |