Related Topics:

Spreadsheet Mathematical Functions

Function Wizard Functions

MOD

Description: Returns the remainder from division. The result has the same sign as the divisor.

Syntax: MOD(Number, Divisor)

Remarks:

MOD(n, d) = n - d*INT(n/d)

Example:

 

© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.