Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the MROUND function. |
| multiple | Parameter of the MROUND function. |
Examples
Round to nearest nickel
=MROUND(3.47, 0.05)
Round to nearest 15 minutes
=MROUND(2.33, 0.25)
Round to nearest 500
=MROUND(1280, 500)
Common Errors
The number and multiple must have the same sign. =MROUND(5, -1) returns #NUM!.
Non-numeric arguments cause this error.
Tips
When the number is exactly halfway between two multiples, MROUND rounds away from zero. =MROUND(2.5, 5) returns 5.
Use MROUND(price, 0.99) to round prices to the nearest x.99 value (though this requires a different approach — MROUND works with even multiples).
MROUND goes nearest, FLOOR always down, CEILING always up. Choose based on whether you want conservative, aggressive, or balanced rounding.
Try MROUND in Viztab
Import your data and use MROUND with 370+ other formulas. No signup required.
Open Viztab