×

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.


Related Topics

Excel FIND() Function

The FIND() function in excel finds one text value within another. It is a case-sensitive function. Syntax FIND (find_text, within_text, [start_num]) Parameter find_text (required)- This parameter represents the text to find. within_text (required)- This parameter represents...

1 minute read.

Notes in Excel

Notes in Excel Notes are used to include additional information to the cell and explain formulas calculation, any modification made to the cell, providing necessary information on data that is entered or to provide any...

3 minutes read.

Dependent Combo box in Excel VBA

Adding the particular dependent box in the created User form with the help of the Microsoft Excel VBA is considered essential and crucial in Microsoft Excel. Here, in this tutorial, we...

7 minutes read.

Excel Ribbon Toolbar

Excel Ribbon/Toolbar How does a toolbar look like? The top section of an excel file is called a Ribbon or a toolbar. It has various commands which can be useful for us in our daily work....

6 minutes read.

Excel COUNTA() Function

Excel COUNTA() Function The COUNTA() function counts the number of cells in a range that are not empty. Syntax COUNTA([value1], [value [2], ...) Parameter value1(required)- This parameter represents the first cell in the range. value2, …(optional)- It represents...

1 minute read.

SumIF Formula in Microsoft Excel

SUMIF Formula in Microsoft Excel is considered the primary and vital formula individuals can use to remove their workload. In this tutorial, we will discuss and learn about the SUMIF Formula...

7 minutes read.

Quarter Dates in Excel

Excel is a combination of numeric values and alphabets. The user's project consists of the date depending upon their accounting and financial analysis. Sometimes there is a need to find...

4 minutes read.

Excel VALUE() Function

The VALUE() function in excel converts the specific text representing a number (i.e., a number, date, or time format) into a numerical value. Syntax VALUE(Text) Parameter Text(required)- This parameter represents the string that you want...

1 minute read.

Excel MATCH () Function

Excel MATCH () Function The MATCH () function in excel locates the position of a lookup value in a row, column, or table and returns the relative position of an item in an array. Syntax MATCH...

2 minutes read.

How to Make Use of the F-Test in Excel

Intro to F-Test in Microsoft Excel F-Test is primarily considered to be the essential tool of statistical in Microsoft Excel that, in turn, is used to do the hypothesis test with...

7 minutes read.

Excel MINUTE() Function

Excel MINUTE() Function The MINUTE() function in excel converts a serial number to minute (0 - 59). Syntax MINUTE (SERIAL_NUMBER) Parameter SERIAL_NUMBER (required)- This parameter represents the date or time from which you want to extract...

1 minute read.

Excel INT() Function

Excel INT() Function The INT() function in excel is used to round a number down to the nearest integer. It removes decimal points from any number value & return rounded down number value in...

1 minute read.

Excel LEFT() Function

The LEFT () function in excel returns the leftmost characters from a text value. This function is used for data manipulation. Syntax LEFT(Text, [num_chars]) Parameter Text (required)- This parameter represents the string from which you want to...

1 minute read.

Excel MIN() Function

Excel MIN() Function The MIN() function in excel returns the smallest or minimum value from the provided numbers, named range or array. It ignores logical values and text. Syntax MIN(Number1,Number2, ...) Parameter Number1(required)- This parameter represents the...

1 minute read.

How to use Index and Match in Excel?

The Index and Match function is a familiar and frequently used function in Excel. It is one of the most powerful functions and is easy to use. By default, Excel...

6 minutes read.

Calculating Age in Excel

Microsoft Excel provides separate functions for various mathematical operations. Nowadays, Microsoft Excel is widely used by large and various organizations. Using formulas one can calculate the statistical functions quickly and...

2 minutes read.

Excel WEEKNUM() Function

The WEEKNUM() function in excel returns the week number from 1 to 54 of a specific date in a year. The WEEKNUM function starts counting with the week that contains January 1...

1 minute read.

Excel MOD() Function

Excel MOD() Function The MOD() function in excel returns the remainder after a number is divided by a divisor Syntax MOD(number, divisor) Parameter Number(required)- This parameter represents the number which you want to divide. Divisor(required)- This parameter represents...

1 minute read.

Division in Excel

Excel worksheet are widely used for calculation purposes. Mathematics calculations include addition, subtraction, multiplication, division etc. Performing this calculation manually takes time and sometimes leads to error. To get the...

5 minutes read.

Count Cells with Text in Excel

Excel spreadsheets are widely used in many fields to store and analyze data. Usually, the cells present in excel are a combination of numbers and text. To perform the calculation...

3 minutes read.