Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

Use the MROUND function to round values to the nearest multiple of 10 or 50

Sometimes it is necessary to round up values to the nearest multiple of 10 or 50. To perform this task, use the MROUND function from the Analysis ToolPak add-in. MROUND returns a number rounded to the desired specified multiple.

To round values to the nearest multiple of 10 or 50:

  1. In cells A2:A10 list any kind of values.
  2. Select cells B2:B10 and type the following formula: =MROUND(A2,10).
  3. Press Ctrl+Enter.
  4. Select cells C2:C10 and type the following formula: =MROUND(A2,50).
  5. Press Ctrl+Enter.

Use the MROUND function to round values to the nearest multiple of 10 or 50

To use this function, you need to have the Analysis ToolPak installed and loaded as described here.

This tip is compatible with Excel 97, 2000, 2003 and 2007.

Use the MROUND function to round values to the nearest multiple of 10 or 50
  1. Use the FLOOR function to round down values to the nearest 100
  2. How to Use the CEILING function to round up values to the nearest 100
  3. How to Use the MROUND function to round prices to 5 or 25 cents
  4. How to Use the ROUND function to round time values to whole minutes
  5. How to Round Time to the nearest 15 minute in Excel

Leave a Reply