Skip to Content

MROUND

Returns a number rounded to the desired multiple

Syntax

MROUND(number, multiple)

Parameters

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

Example

=MROUND(10, 3)
Returns: NumberSince: Excel 2003