The QUOTIENT function returns to the integer portion of a division.
Formula:
=QUOTIENT(numerator, denominator)
Explanations:
– The numerator is required.
– The denominator is required.
Cautions:
– The QUOTIENT function returns to the "#value! error" when numerator or denominator is not a number.