GCD function. The greatest common divisor.(Microsoft Excel)
Function to get the greatest common divisor given multiple numbers.
Contents
How it works
=GCD(number1 to 255)
Name | Omission | Explanation |
---|---|---|
number1 to 255 | Required argument. Multiple numbers to get the greatest common divisor. In many cases, a cell range is specified. |
Demonstrate
In this example, 3 numbers are specified, but up to 255 can be specified.
Negative numbers will result in a #NUM!.

---
Discussion
New Comments
No comments yet. Be the first one!