MODReturns the result of the modulo operator, the remainder after a division operation.Syntax=MOD(dividend, divisor)ParametersdividendType: NumberDescription: The initial value.divisorType: NumberDescription: The incrementer.ReturnsType: NumberDescription: The remainder after a division operation.ExampleMOD(10, 4)See AlsoABS/docs/reference/functions/abs/AVERAGE/docs/reference/functions/average/CEILING/docs/reference/functions/ceiling/COUNT/docs/reference/functions/count/FLOOR/docs/reference/functions/floor/MAX/docs/reference/functions/max/MIN/docs/reference/functions/min/POWER/docs/reference/functions/power/RANDBETWEEN/docs/reference/functions/randbetween/RANDOM/docs/reference/functions/random/ROUND/docs/reference/functions/round/SERIES/docs/reference/functions/series/SORT/docs/reference/functions/sort/SUM/docs/reference/functions/sum/Previous – FunctionsMINUTENext – FunctionsMONTH