logo
excelfunctions.org
bookmarks

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
AB
1AB
22436