The Excel GCD function returns the greatest common divisor of two or more supplied integers.
The syntax of the function is:
Where the number arguments are up to 255 numeric values for which you want to calculate the greatest common divisor.
If any of the supplied numbers are decimals, these values are truncated to integers.
The following spreadsheet shows four examples of the Excel Gcd Function.
Formulas:
|
Results:
|
Further details and examples of the Excel Gcd function are provided on the Microsoft Office website.
If you get an error from the Excel Gcd function this is likely to be one of the following:
#NUM! | - | Occurs if any of the supplied number arguments are less than zero. |
#VALUE! | - | Occurs if any of the supplied number arguments are non-numeric. |