Excel GCD function
Function GCD
Description Excel GCD function returns the Greatest Common Divisor for two or more than two integers.
Syntax GCD(number1, [number2], …)
number1 The first numerical value.
number2 [optional] The second numerical value.
Example:
=GCD(9,6,12)= 3