MOD
Returns the result of the modulo operator, the remainder after a division operation.
Syntax
MOD(dividend, divisor)dividend - The initial value.
divisor - The incrementer.
Sample Usage
MOD(10, 4)
MOD(A3, A4)Return Value
The remainder after a division operation.
Notes
See Also
Last updated
Was this helpful?