QUOTIENT Function Explained

The QUOTIENT Function in Microsoft Excel returns the integer portion of a division. It takes two arguments: a numerator and a denominator. It returns the result of the division of the two arguments, rounded down to the nearest integer.

QUOTIENT Function Syntax

QUOTIENT(numerator, denominator)

  • numerator: The number to be divided.
  • denominator: The number by which the numerator is to be divided.