EXCEL GCD FUNCTION

The largest common divisor of two or more numbers is returned by this function. The largest integer that divides both number1 and number2 without leaving a residual is called the greatest common divisor.

Syntax:

=GCD (number1, [number2], …)

Parameter list:

  • The first number is number1.
  • number2 – the second number (optional).
    Up to 255 numbers can be passed as arguments to the GCD function.

Step By Step Guide of GCD Function

  • GCD= (7, 2) ,1 is the greatest common divisor of 7 and 2.
  • GCD= (36, 44), 4 is the greatest common divisor of 36 and 44.
  • GCD= (7, 1), 1 is the greatest common divisor of 7 and 1.
  • GCD= (7, 0), 7 is the greatest common divisor of 7 and 0.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now