EXCEL MOD FUNCTION

The remainder from division is returned by this function.

Syntax:

=MOD (number, divisor)

Parameter list:

  • number – the number you’re looking for the remainder for.
  • divisor – the number you want to divide the number by.

Step By Step Guide of MOD Function

  • =MOD(25,6) returns 1, 6 * 4 equals 24, and the difference between 25 and 24  is 1.
  • Because 234 is totally divisible by 7, you’ll get 3 as a reminder if you use =MOD(234,7).

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now