MOD Type: verb (function) Use: To find the remainder after the division of two values. Grammer: MOD (value1,value2) Example: MOD(15,7) Find 15 modulo 7, i.e. 1.