MOD(x,n)
x: integer
n: integer
MOD function returns the remainder when x is divided by n.
If n is 0, MOD returns #DIV/0!
This function is Excel compatible.
CEIL, CEILING, FLOOR, ABS, INT, ABS.