This function returns the integer portion of a division. Use this to ignore the remainder of a division.
QUOTIENT(numerator,denominator)
This function has these arguments:
Argument | Description |
---|---|
numerator | Numerator or dividend |
denominator | Denominator or divisor |
Accepts numeric data for all arguments. Returns numeric data.
QUOTIENT(B8,B10)
QUOTIENT(R8B2,R10B2)
QUOTIENT(14,4) gives the result 3