MOD
Returns the remainder after dividing one number by another to support calculations involving intervals or divisibility.
Last updated
Was this helpful?
Returns the remainder after dividing one number by another to support calculations involving intervals or divisibility.
The MOD function divides one number by another and returns the remainder of the division. It is commonly used in calculations involving cyclic patterns, intervals, or determining whether a number is divisible by another number.
MOD(dividend, divisor)dividend - number to be divided (Required).
divisor - number you are dividing by (Required).
MOD([AllocatedBudget],[CostCenters])Use the mod function to calculate the remaining amount after dividing the allocated budget among cost centers, as shown in the example.

Last updated
Was this helpful?
Was this helpful?