
Use the MOD function to extract the remainder
of a division
This example contains the value 100 in cells A2:A10 and divisors in
column B. The MOD function is used here to find the remainder of
a division operation. The result has the same sign as the divisor.
MOD(number, divisor)
number: The number to find the remainder for.
divisor: The number to divide number by.
4
To extract the remainder of a division operation:
1. Select cells A2:A10 and enter 100.
2. Press <Ctrl+Enter>.
3. In cells B2:B10 enter different divisors.
4. Select cells C2:C10 and type the formula =A2/B2.
5. Press <Ctrl+Enter>.
6. Select cells D2:D10 and type the formula =MOD(A2,B2).
7. Press ...