=GCD(number1, [number2], …)
=GCD(60,36)
The GCD function is used to find the greatest common divisor between two or more numbers. In this example, the GCD of 60 and 36 is found. To do this, the GCD function is used, and returns a GCD of 12.
=GCD(8,12,16)
The GCD function can also be used to find the greatest common divisor between three or more numbers. To do this, the GCD function is used with three or more arguments. For example, the GCD of 8, 12, and 16 can be found using the preceding formula. This returns a GCD of 4.
=GCD(20,25,30)
The GCD function can also be used to find the greatest common divisor between two or more numbers that are not consecutive. For example, the GCD of 20, 25, and 30 can be found using this formula. This returns a GCD of 5.
=GCD(-20,-25,-30)
The GCD function can also be used to find the greatest common divisor between two or more negative numbers. To do this, the GCD function is used with the negative numbers instead of the positive numbers. For example, the GCD of -20, -25, and -30 can be found using this formula. This returns a GCD of 5.
The GCD function is used to calculate the greatest common divisor of two or more integers. It returns the largest integer that divides both numbers without a remainder except for 1.