OpenOffice3.org Calc 3. Mathematical Functions

QUOTIENT(Numerator; Denominator) Function

Calculates the division using the values given as arguments and returns the integer part of this division. The argument “Numerator” contains a numeric value or a reference to a cell containing a number, is the dividend. The argument “Denominator” contains a numeric value or a reference to a cell containing a number, is the divisor. For example:

=QUOTIENT(13;3) Returns 4.
=QUOTIENT(15;2) Returns 7.
=QUOTIENT(30;0) Returns the error code Err:502. The divisor can not be zero.

 

Back to the list of mathematical functions