Returns the result of the modulo operator, the remainder after a division operation. Learn more
In Google Sheets, the MOD() function is used to find the remainder of a division operation. It takes two arguments: the dividend and the divisor.
For example, if you have a dividend of 10 and a divisor of 3, the MOD() function will return the value of 1, which is the remainder of the division operation 10 ÷ 3.
The syntax for using the MOD() function in Google Sheets is as follows:
=MOD(dividend, divisor)
Where "dividend" is the number being divided, and "divisor" is the number you are dividing by.