MOD(x,y)
This function returns the remainder of a number divided by another number.
Example:
MOD(18, 4) returns the remainder of 18/4 = 2
Was this article helpful?
This function returns the remainder of a number divided by another number.
Example:
MOD(18, 4) returns the remainder of 18/4 = 2