Excel Tutorial

Excel Tutorial Shortcut Keys in Excel Formatting in Excel Notes in Excel Formats in Excel Cells and Ranges in Excel Excel Function and Formulas Conditional Formatting in Excel Data Validation in Excel Charts in Excel Excel Ribbon Toolbar Basics of Excel Spell Check in Excel Data Analysis in Excel AutoFill in Excel Goal Seek in Excel Solver in Excel Pivots Table in Excel Go-To Special function in Excel Blank cells in Excel Count Cells with Text in Excel Date and Time in Excel-VBA Dependent Drop-down List in Excel Operators in Excel Dependent Combo box in Excel VBA Error Bar in Microsoft Excel Excel Axes Excel File using Password Excel Unique Values Frequency Distribution in Excel Gauge Chart in Excel Histogram in Excel Sum Every Nth Row in Microsoft Excel SumIF Formula in Microsoft Excel Multiplication in Excel Unique Values in Excel Trendline in Excel Excel Themes Copying formula in Excel Check Marks in Excel Calculating the Last Day of the Month in Excel Calculating Age in Excel Insert Row in Excel

Functions

Excel MAX() Function Excel INT() Function Excel MOD() Function Excel ROUND() Function Excel ROUNDUP() Function Excel AVERAGE() Function Excel COUNT() Function Excel COUNTA() Function Excel COUNTBLANK() Function Excel MIN() Function Excel EDATE() Function Excel EOMONTH() Function Excel HOUR() Function Excel MINUTE() Function Excel SECOND() Function Excel TIME() Function Excel WORKDAY() Function Excel WORKDAY.INTL() Function Excel DAYS() Function Excel WEEKNUM() Function Excel WEEKDAY() Function Excel SMALL() Function Excel LARGE() Function Excel LEFT() Function Excel RIGHT() Function Excel MID() Function Excel FIND() Function Excel SEARCH() Function Excel EXACT() Function Excel SUBSTITUTE() Function Excel TEXT() Function Excel VALUE() Function Excel AND() Function Excel OR() Function Excel IFERROR() Function Excel IF() Function Excel Nested IF’s Function Excel IFNA() Function Excel COUNTIFS() Function Excel VLOOKUP() Function Excel HLOOKUP() Function Excel INDEX() Function Excel MATCH() Function Excel OFFSET () Function Averageif Function in Excel

How To

How to import Microsoft Access data into the Microsoft Excel How to use TODAY function in Excel How to Alphabetize in Excel How to remove duplicate values from excel How to lock cells in Excel How to create drop down in excel How to Delete Row in Microsoft Excel How to Highlight Duplicates Words in the Microsoft Excel How to print titles in Excel How to make use of the Wildcard in Excel How to Make Use of the F-Test in Excel How to make use of the Excel Autofit in Excel How to generate random numbers in Excel How to apply Advanced Filter in Excel How to use Index and Match in Excel

Misc

Absolute Value in Excel Adding Column in Excel Converting Units in Excel Count Characters in Excel Custom Sort Order in Excel Decimals in Excel Division in Excel Locate Maximum Values in Excel Nearest Multiple in Excel Paste Options in Excel Quarter Dates in Excel Row Difference in Excel Separate Strings in Excel Reverse List in Excel Array Formula in Excel What if Analysis Data Table in Excel Excel Shortcut Keys What is a spreadsheet in Excel?

Nearest Multiple in Excel

In Excel, the values in Multiplication can be round up, down and to nearest Multiplication number using Excel default function. This makes the calculation to be performed in an easier and quicker way. Excel provides default function like FLOOR, CEILING and MROUND to round off the nearest multiple in Excel.

1. How to round a number down or nearest multiple using Excel default function?

To round a number to its nearest multiple, the function used is MROUND and FLOOR. Here FLOOR function is used to round a number down to the nearest multiple values.

The syntax of the formula is,

=FLOOR (number, multiple)

=MROUND (number, multiple)

The steps to be followed are,

Step 1: Enter the data in the cell namely A1.

Step 2: Select a new cell, where the user wants to display the result namely B1.

Step 3: Enter the formula in the cell as =MROUND (A1, 5). Here the number is rounded to nearest multiple of 5.

Nearest Multiple in Excel

From the above worksheet, using MROUND function the value is rounded near to the multiple of 5. Similarly FLOOR function is used to rounding a number down to the nearest multiple. To use this function, the steps to be followed are,

Step 1: Enter the data in the cell namely A1.

Step 2: Select a new cell, where the user wants to display the result namely B1.

Step 3: Enter the formula in the cell as =FLOOR (A1, 6). Here the number is rounded to nearest multiple of 6.

Nearest Multiple in Excel

From the above worksheet, the FLOOR function is used to round down to the nearest multiple of 6.

Here is an another example, to round down to the nearest multiple of 2. The steps to be followed are,

Step 1: Enter the data in the cell namely A1.

Step 2: Select a new cell, where the user wants to display the result namely B1.

Step 3: Enter the formula in the cell as =FLOOR (A1, 2). Here the number is rounded to the multiple of 2.

Nearest Multiple in Excel

From the above worksheet, the FLOOR function is used to round down to the nearest multiple of 2.

2. How to round up a number in multiple using Excel default function?

To round up a number to its nearest multiple, the function used is CEILING. The steps to be followed are,

Step 1: Enter the data in the cell namely A1.

Step 2: Select a new cell, where the user wants to display the result namely B1.

Step 3: Enter the formula in the cell as =CEILING (A1, 10). Here the number is rounded up to nearest multiple of 10.

Nearest Multiple in Excel

From the above worksheet, using CEILING function the value is rounded up near to the multiple of 10.

Here is an example, to round the value up to the nearest multiple. The steps to be followed to round the values near to the multiple of 7 is,

Step 1: Enter the data in the cell namely A1.

Step 2: Select a new cell, where the user wants to display the result namely B1.

Step 3: Enter the formula in the cell as =CEILING (A1, 7). Here the number is rounded up to nearest multiple of 7.

Nearest Multiple in Excel

From the above worksheet, using CEILING function the value is rounded up near to the multiple of 7.

Summary

From the above tutorial, the various functions and methods to round the value to the nearest decimal is clearly explained.