Calculates the greatest common denominator of the values in a data set.
Syntax:
GCD( list )
Returns the greatest common denominator of all the values in the list.
list may be a range of cells, an array, or a comma-separated list of values (which may contain cell references and also ranges of cells as one or more of its elements).
Example:
GCD(B1:B3)
returns the greatest common denominator of the values of cells B1:B3
.
Revisions:
This function was added in Fireworkz 2.24.