Remainder [MOD]

Modulo operation. Finds the remainder after dividing the Number by the Divisor.

Syntax

MOD (Number, Divisor)

Note: The required separator (comma or semi-colon) automatically corresponds to your computer’s location settings.

Data Types of the Arguments

Number, Integer

Data Type of the Result

Number

Expression

MOD (3,2)

Result

1

Notes

To return the quotient (without the remainder), use Quotient [QUOTIENT].

See also Divide [/].

  • Was this Helpful ?
  • YesNo