Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
MROUND rounds a number to the nearest specified multiple. If the remainder when dividing by the multiple is at least half the multiple, it rounds up; otherwise it rounds down. Use it to snap prices, durations, or measurements to a grid.
=MROUND(A2,0.25)=MROUND(A2,0.25)Computed by a real spreadsheet engine on the sample data below.
| Price | Rounded |
| 1.37 | |
| 2.63 | |
| 4.11 | |
| 0.88 |
=MROUND(A2,0.25)→1.25
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: