MOD(number,divisor)
Implements modulo arithmetic.Returns the remainder when divisor is divided into abs(number).
Returns #DIV/0! if divisor is zero.@SEEALSO=INT,FLOOR,CEIL