Excel Function

MOD

Returns remainder after division.

MOD(number, divisor)

Arguments

number

Required

Specify a single cell reference.

divisor

Required

Enter a numeric value.

Practice Preview

Use MOD to return the result with these settings (Number: D2 (cell D2 (Amount in column D)), Divisor: 3).

Example Table

#
ASlip ID
BUnit Price
CQuantity
DAmount
2S001120.53361.5
3S00298.25491
4S003450.72901.4
5S004300.441201.6
6S005150.96905.4
7
8

How to Use (Formula)

=MOD(D2, 3)

Result

1.5

Practice This Function

MOD FAQ

How do I use MOD in Excel?

Use MOD when you want to return the remainder of a division. Enter Number, Divisor in that order, then add optional arguments when needed.

Where can I practice MOD?

Use the "Start Function Practice" button to jump straight into MOD drills.

What arguments does MOD use?

The main arguments are Number, Divisor. Enter them in order.