The MOD function returns the modulus (integer remainder) 
resulting from the division of two numbers. Parameters will be separated by a 
comma ( , ).
Command Syntax:
MOD([parameter1],[parameter2])
EXAMPLE:
This formula sets a line to the modulus (integer remainder of 3) resulting from the division of two number parameters.
MOD(15,4)