Returns the remainder when one integer is divided by another. The result takes the sign of the divisor.
Syntax
number: The number whose remainder you want to find. Eg., 25
Remarks
The MOD function can be represented in terms of the INT function, as number - divisor * INT(number/divisor).
Examples
Formula
|
Result
|
=MOD(25,-2)
|
-1
|
=MOD(442,12)
|
10
|
=MOD(-23,5)
|
2
|
Possible Errors
Errors
|
Meaning
|
#N/A!
|
|
#NAME!
|
|
#VALUE!
|
|
#REF!
|
|
#DIV/0!
|
|
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.