MROUND Function Explained

The MROUND Function in Microsoft Excel rounds a number to the nearest multiple of another number. It takes two arguments: the number to be rounded and the multiple to which it should be rounded. It returns the rounded number. For example, MROUND(3.2, 0.5) returns 3.5.

MROUND Function Syntax

MROUND(number, multiple)

  • number: The number to round.
  • multiple: The multiple to which you want to round.