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