MODReturns the result of the modulo operator, the remainder after a division operation.
Sample Usage
MOD(10,4)
MOD(A2,B2)
Syntax
MOD(dividend, divisor)
dividend – The number to be divided to find the remainder.
divisor – The number to divide by.
Examples