Modulus function

MOD divides one value by another and returns the remainder of the division operation. Enter a separator (shown as a comma below) after the value.

Syntax

MOD (value, divisor)

Examples

MOD (10,6) = 4
MOD (12,5) = 2