QUOTIENT

Returns the quotient of fractional divison.

Syntax

MOD(number,divisor)

Arguments

number - any number.

divisor - any non-zero number. 

Example

QUOTIENT(5,3) = 1

The value 3 goes into 5 one time.