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:
Ask Your Query