Mod
Last updated
Was this helpful?
Last updated
Was this helpful?
The Mod (modulus) function computes the remainder of a division operation, dividing the first value by the second value.
Function arguments:
x (Required) The dividend; the value that is divided.
y (Required) The divisor; the value that is divided by. Non-zero.
19 divided by 5 has the modulus of 4.
2 divided by 3 has the modulus of 2.
The Mod function returns the following values for the X and Y columns: