OpenOffice3.org Calc 3. Mathematical Functions

Función GCD_ADD(Integer1; Integer2;...)

Returns a numeric value. Calculate the greatest common divisor of the numbers given as arguments. This function is identical to the GCD, however, the function calculates the result GCD_ADD based on international standards for compatibility. The GCD function admits minimum 1 and maximum of 30 argument. Each argument has a number or reference to a range of cells containing the numbers to calculate the result. For example:

=GCD_ADD(40;12;4;8) Returns 4.
=GCD_ADD(50;25;5) Returns 5.

 

Back to the list of mathematical functions