MOD Function

The MOD function returns the remainder after division.  For example, MOD(3,2) returns 1, because 2 goes into 3 once, with a remainder of 1. 

The MOD function takes two arguments: number and divisor. Number is the number to be divided, and divisor is...Read more

Pages