Skip to content
xlsoffice. All Rights Reserved
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Lookup and Reference Examples

  • Two-way lookup with VLOOKUP in Excel
  • How to get relative row numbers in a range in Excel
  • How to use Excel ROWS Function
  • Perform case-sensitive Lookup in Excel
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation

Data Analysis Examples

  • Move chart to a separate worksheet in Excel
  • Remove Duplicates Example in Excel
  • Get column index in Excel Table
  • How to count table columns in Excel
  • How to perform a t-Test in Excel

Data Validation Examples

  • Excel Data validation date in next 30 days
  • Excel Data validation with conditional list
  • Excel Data validation number multiple 100
  • Excel Data validation date in specific year
  • Excel Data validation must not contain

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.

Worked Example:   Shade alternating groups of n rows in Excel

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.

Worked Example:   Round a number up to next half in Excel

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.

Worked Example:   Running count group by n size in Excel

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:

Round to nearest 1000 in Excel

Next Post:

Basic Overtime Calculation Formula in Excel

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
  • Extract most frequently occurring text in Excel
  • Two ways to Compare Text in Excel
  • How to count specific characters in a range in Excel
  • How to convert text string to array in Excel
  • How to count specific words in a cell in Excel
  • Get days, hours, and minutes between dates in Excel
  • ISOWEEKNUM function: Description, Usage, Syntax, Examples and Explanation
  • Get day from date in Excel
  • Get last day of month in Excel
  • Count birthdays by month in Excel
  • NOMINAL function: Description, Usage, Syntax, Examples and Explanation
  • Calculate cumulative loan interest in Excel
  • PV function: Description, Usage, Syntax, Examples and Explanation
  • AMORLINC function: Description, Usage, Syntax, Examples and Explanation
  • Example of Future value of annuity in Excel
© 2022 xlsoffice . All Right Reserved. | Teal Smiles