Quotient(Nominator, Denominator)
Nominator. Dividend.
Denominator. Divisor. Cannot be equal to zero.
NOTE. To determine the parameter, specify either the number or the address of the cell where it is located.
It returns the integer part of the result of division with a remainder.
The Quotient function is used to discard a division remainder.
| Formula | Result | Description |
| =Quotient(5, 2) | 2 | The integer part of the result from the division of the 5 number by the 2 number. |
| =Quotient(B6, C6) | -6 | The integer part of the result from the division of the number in the B6 cell by the number in the C6 cell. The B6 cell contains the number 6.3. The C6 cell contains -1. |
See also: