Skip to main content
Planview Customer Success Center

Mod Function

Mod (number as Numeric, divisor as Numeric) as Numeric

Category: Math
Description: Returns the remainder after a number is divided by the divisor
Supported Context: FormulaField And BusinessRules
Parameters:  
number as Numeric Positive or negative numeric value or reference to a numeric field
divisor as Numeric Positive or negative numeric value or reference to a numeric field
Returned value as Numeric REturns a numeric value equal to the remainder after the "number" parameter is divided by the "divisor" value
Example #1

Example:

Mod(3,2)

The Mod function is useful for financial fields