
The Excel GCD function returns the greatest common pisor of two or more integers. The greatest common pisor is the largest integer that goes into all supplied numbers without a remainder. For example, =GCD(60,36) returns 12.
Get the greatest common pisor of two or more numbers
A number representing the largest positive integer that pides the numbers without a remainder
=GCD (number1, [number2], ...)
Use the GCD function to get the greatest common pisor of two or more integers. The greatest common pisor is the largest positive integer that pides the numbers without a remainder. For example:
=GCD(60,36)
returns the number 12, since 12 is the largest factor that goes into both numbers evenly.
The GCD function can accept up to 255 numbers as arguments.

The Excel GCD function returns the greatest common pisor of two or more integers. The greatest common pisor is the largest integer that goes into all supplied numbers without a remainder. For example, =GCD(60,36) returns 12.
Get the greatest common pisor of two or more numbers
A number representing the largest positive integer that pides the numbers without a remainder
=GCD (number1, [number2], ...)
Use the GCD function to get the greatest common pisor of two or more integers. The greatest common pisor is the largest positive integer that pides the numbers without a remainder. For example:
=GCD(60,36)
returns the number 12, since 12 is the largest factor that goes into both numbers evenly.
The GCD function can accept up to 255 numbers as arguments.