EXCEL MROUND FUNCTION

This function will round an integer to the supplied multiple to the closest whole number. MROUND deviates from zero by rounding up. When dividing a number by a multiple that is higher than or equal to half the value of the multiple, rounding occurs.

Syntax:

=MROUND (number, multiple)

Parameter list:

  • number – The number that should be rounded to the nearest whole number.
  • multiple – The rounded multiple to use.

Step By Step Guide of MROUND Function

For Example :

  • =MROUND(17, 3), Rounds 17 to the nearest multiple of 3 which is 18.
  • =MROUND(-45, -7), Rounds -45 to the nearest multiple of -7 which is -42.

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