MODULO
Calculates the remainder of a division operation
MODULO(dividend
, divisor
)
Performs a division operation, returning the remainder of the solution
Arguments
dividend
Number to divide by divisor
divisor
Number to divide dividend
by
Output
The remainder from a division operation
Example
Last updated
Was this helpful?