Returns the integer portion of the division.
QUOTIENT( Number numerator, Number denominator ) → Number
If denominator is zero, the function returns the #DIV/0! error value.
=QUOTIENT(5,2)
Function ReferenceMOD Function