Excel QUOTIENT function

Function              QUOTIENT

Description        Excel QUOTIENT function returns the integer result of division neglecting the remainder.

Syntax  QUOTIENT(numerator, denominator)

numerator  A number which is to be divided.

denominator  A number by which to be divided.

Example:

=QUOTIENT(33,5) = 6

=QUOTIENT(23,4) = 5