mod(<Number>, <Number>) : Number
The mod function is used to calculate the remainder after dividing the first numeric parameter by the second numeric parameter.
mod(5, 4) => 1
Learn more about how you can get started using the Formula Field.
Type above and the results will be displayed here.