MROUND function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Returns a number rounded to the desired multiple

Syntax

MROUND(number, multiple) The MROUND function syntax has the following arguments:
• Number Required. The value to round.
• Multiple Required. The multiple to which you want to round number.

Example

=MROUND(10, 3)
=MROUND(-10, -3)
=MROUND(1.3, 0.2)
=MROUND(5, -2)

Microsoft Support Page

https://support.microsoft.com/en-us/office/mround-function-c299c3b0-15a5-426d-aa4b-d2d5b3baf427

Back to Functions