How to Use MOD Function

The MOD function returns the remainder after you divide a number.

Formula:

=MOD(number, divisor)

Explanations:

– The number is required, the number to find the reminder.
– The divisor is required, which is the divider.

Cautions:

– The MOD function: MOD(n, d) = n – d*INT(n/d)

Download: MOD Function

Leave a Reply