FormulaCraft

How to round to the nearest 5, 10, or 100 in Excel and Google Sheets

Excel & Google Sheets
=MROUND(A2, 5)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1A2 is the number to round.
  2. 25 is the multiple — change it to 10 or 100 as needed.
  3. 3MROUND lands on the nearest multiple in either direction.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

How do I always round up to the nearest 10?

Use CEILING(A2, 10). MROUND goes to the nearest multiple; CEILING forces upward and FLOOR forces downward.

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: