MOD
Use the MOD function to obtain the remainder when one number (numerator) is divided by another number (divisor).
Use
MOD( numerator, divisor )
Returns the remainder after division.
Parameter | Required | Description |
---|---|---|
numerator | Yes | the number to be divided by the divisor |
divisor | Yes | the number to divide numerator by |
Returns | Number |
Example
This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.