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?

Decimals in Excel

Microsoft Excel is widely used for calculation purposes for various applications. The calculation consists of numbers which include whole numbers, decimals, integers etc. To perform quick calculations, the numbers should be simplified. To round off the numbers and to get the accuracy of the result, Excel provides default functions. Coming to the concept of decimal, if the decimal number is large, the calculation is difficult. To reduce or round off the decimal number, Excel provides the option to reduce the decimal points. 

1. How to round off the Decimal values using Excel function?

To reduce the decimal values in Excel, the steps to be followed are,

 STEP 1: Enter the data in the respective cell namely A1.

Decimals in Excel

 STEP 2: Choose the decrease decimal button from the Number group in Home tab.

Decimals in Excel

STEP 3: The result in the cell A1 will change where the decimal point is reduced.

Decimals in Excel

In the formula bar the existing value is present 14.571. To perform multiplication calculation with the value present in A1, steps followed are,

STEP 4: Select a new cell, namely B1 and enter as 5*A1.  

Decimals in Excel

The multiplication result is displayed in the cell B1.

Decimals in Excel

2. How to round off the decimal value using formula?

The decimal values can be rounded to user desired values like ones, tens, hundreds and thousands using the respective formula.

To round off the decimal numbers, Excel provides ROUND function for calculation. It consists of two arguments. The first argument is called cell reference or number which indicates the number that needs to be rounded. The second argument indicates the, number of digits to be rounded in the given data.

2.1 How to round three numbers from the right of the decimal point?

To round off three numbers from the right of the decimal point using formula, the steps to be followed are,

STEP 1: Enter the data in the respective cell namely A1.

Decimals in Excel

STEP 2: Select any new cell namely B1, where the result want to display

STEP 3: Enter the formula in the cell B1 as =ROUND (A1,3)

Decimals in Excel

From the above worksheet the value 590.75467 is rounded to 590.76 is called nearest value, where the three numbers right to the decimal point is rounded off.

2.2 How to round two numbers from the right of the decimal point?

To round off two numbers from the right of the decimal point using formula, the steps to be followed are,

STEP 1: Enter the data in the respective cell namely A1.

Decimals in Excel

STEP 2: Select any new cell namely B1, where the result want to display

STEP 3: Enter the formula in the cell B1 as =ROUND (A1, 2)

Decimals in Excel

From the above worksheet the value 100.6789 is rounded to 100.68is called nearest value, where the two numbers right to the decimal point is rounded off.

2. 3 How to round one numbers from the right of the decimal point?

To round off one numbers from the right of the decimal point using formula, the steps to be followed are,

STEP 1: Enter the data in the respective cell namely A1.

Decimals in Excel

STEP 2: Select any new cell namely B1, where the result want to display

STEP 3: Enter the formula in the cell B1 as =ROUND (A1, 1)

Decimals in Excel

From the above worksheet the value 50.56 is rounded to 50.60is called nearest value, where the one number right to the decimal point is rounded off.

2.4 How to round three numbers from the left of the decimal point?

To round off three numbers from the left of the decimal point using formula, the steps to be followed are,

STEP 1: Enter the data in the respective cell namely A1.

Decimals in Excel

STEP 2: Select any new cell namely B1, where the result want to display

STEP 3: Enter the formula in the cell B1 as =ROUND (A1, - 3)

Decimals in Excel

From the above worksheet the value 5778.67 is rounded to 6000 is called nearest value, where the three numbers left to the decimal point is rounded off.

2.5 How to round two numbers from the left of the decimal point?

To round off two numbers from the left of the decimal point using formula, the steps to be followed are,

STEP 1: Enter the data in the respective cell namely A1.

Decimals in Excel

STEP 2: Select any new cell namely B1, where the result want to display

STEP 3: Enter the formula in the cell B1 as =ROUND (A1,-2)

Decimals in Excel

From the above worksheet the value 144.579 is rounded to 100 is called nearest value, where the two numbers left to the decimal point is rounded off.

2.6 How to round one numbers from the left of the decimal point?

To round off one numbers from the left of the decimal point using formula, the steps to be followed are,

STEP 1: Enter the data in the respective cell namely A1.

Decimals in Excel

STEP 2: Select any new cell namely B1, where the result want to display

STEP 3: Enter the formula in the cell B1 as =ROUND (A1, -1)

Decimals in Excel

From the above worksheet the value 1570.678 is rounded to 1570 is called nearest value, where the one numbers left to the decimal point is rounded off.

3. How to round the nearest whole numbers?

To round the nearest whole number using formula, the steps to be followed are,

STEP 1: Enter the data in the respective cell namely A1.

Decimals in Excel

STEP 2: Select any new cell namely B1, where the result want to display

STEP 3: Enter the formula in the cell B1 as =ROUND (A1, 0)

Decimals in Excel

From the above worksheet the value 570.5 is rounded to 571 is called nearest value, where the nearest whole number is rounded off.

4. How to use the ROUND function in division?

In division, the quotient obtained by dividing the whole numbers, is integer, decimal, whole number etc. To simplify and round off the result, ROUND function is used in division calculation.

STEP 1: Enter the data in the respective cell namely A1 and B1.

Decimals in Excel

STEP 2: Select any new cell namely C1, where the result want to display

STEP 3: Enter the formula in the cell C1 as =ROUND (A1/B1, 0)

Decimals in Excel

From the above spreadsheet, the result of dividing A1/B1 (68/ 3) is 22.66. The ROUND functions round off the value to 23. This process is called nesting inside the ROUND function. The formula or method which returns the numeric value is nested inside the ROUND function.

Summary

From the above tutorial, Excels default functions and formulas to round off the decimal value is clearly described.