QUOTIENT function

QUOTIENT returns the result of a number divided by another number, truncated to an integer.

Syntax

QUOTIENT(numerator, denominator)

  • numerator is the divided.
  • denominator is the divisor.

Example

=QUOTIENT(11,3) returns 3. The remainder of 2 is ignored.