Divides the first argument by the second argument and returns the remainder. The arguments must be numbers. The second argument cannot be 0.
Example:
Assume column M1 has a value of 5, and column M2 has a value of 2.
MOD(M1,M2)
Returns the value 1.