![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Maths and Trigonometry > GCD |
GCD(number1 [,number2] [, …]) |
| Returns the greatest common divisor of two or more integers. |
| number1 | The first number. | |
| number2 | The second optional number. |
| REMARKS |
| This function is only available if you have the Analysis ToolPak add-in installed. | ||
| The greatest common divisor is the largest integer that divides both "number1" and "number2" without a remainder. | ||
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| If any argument is less than zero, then #NUM! is returned. | ||
| One divides any value evenly ?? | ||
| A prime number has only itself and one as even divisors. | ||
| You can have a maximum of 29 arguments. |
| EXAMPLES |
|
| Functions - G | Index - G | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |