Returns the reminder of the division of the specified number.
Syntax Copy Code |
---|
MOD( Number number, Number divisor ) → Number |
If divisor is zero, the function returns #DIV/0!.
Formula Copy Code |
---|
=MOD(5,2) |
Function Reference
INT Function
ROUND Function
ROUNDDOWN Function
ROUNDUP Function
TRUNC Function
QUOTIENT Function
JSpreadsheet Programmer's Guide | © 2024 MindFusion |