MOD

From AgileApps Support Wiki

The MOD function returns the remainder after dividing the first argument by the second argument.

Syntax

MOD(number, divisor)

Return

A number

Example

MOD(7, 2) = 1
MOD(14, 5) = 4