Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • Get column name from index in Excel Table
  • How To Sort One Column or Multiple Columns in Excel
  • How to create dynamic reference table name in Excel
  • How to combine 2 or more chart types in a single chart in Excel
  • How to create running total in an Excel Table

References

  • How to retrieve first match between two ranges in Excel
  • Left Lookup in Excel
  • How to use Excel VLOOKUP Function
  • Multi-criteria lookup and transpose in Excel
  • Extract data with helper column in Excel

Data Validations

  • Excel Data validation only dates between
  • Excel Data validation unique values only
  • Excel Data validation allow weekday only
  • Excel Data validation number multiple 100
  • Excel Data validation must begin with

Round to nearest 5 in Excel

by

This tutorials shows how to Round to nearest 5 in Excel.

If you need to round a number to the nearest multiple of 5, you can use the MROUND function and supply 5 for number of digits.

Formula

=MROUND(number,5)

Explanation

In the example, cell C6 contains this formula:

=MROUND(B6,5)

The value in B6 is 17 and the result is 15 since 15 is the nearest multiple of 5 to 17.

Other multiples

As you’d expect, you can use MROUND to round to other multiples as well:

=MROUND(number,10) // nearest multiple of 10
=MROUND(number,50) // nearest multiple of 50
=MROUND(number,.05) // nearest 5 cents

And so on.

Force up or down

You can use the CEILING function to force rounding up to the nearest multiple and the FLOOR function to force rounding down to the nearest multiple.

Post navigation

Previous Post:

DECIMAL function: Description, Usage, Syntax, Examples and Explanation

Next Post:

AVERAGE function: Description, Usage, Syntax, Examples and Explanation

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • IF with wildcards in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • OR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Convert text timestamp into time in Excel
  • Add days exclude certain days of week in Excel
  • How to calculate project start date based on end date in Excel
  • Calculate date overlap in days in Excel
  • Get week number from date in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • Group numbers at uneven intervals in Excel
  • Group times into 3 hour buckets in Excel
  • Running count group by n size in Excel
  • Map inputs to arbitrary values in Excel

General

  • Excel Ribbon Quick Overview For Beginners
  • How to get amount with percentage in Excel
  • Count cells that do not contain many strings in Excel
  • How to get random value from list or table in Excel
  • Basic numeric sort formula in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning