The ROUND function is used to reduce a given value to a specific number of decimal places.
Related Tutorial: Using Rounded Numbers in Calculations
The syntax for the ROUND function is:
= ROUND ( Number, Num_digits )
Number - the value to be rounded.
Num_digits - the number of decimal places to reduce the above number to.
Example: Using Excel's ROUND Function
For help with this example, see the image above.
- Enter the following data into cell D1: 34.567
- Click on cell E1 in the spreadsheet - this is where the function will be located.
- Click on the Formulas tab of the ribbon menu.
- Choose Math & Trig from the ribbon to open the function drop down list.
- Click on ROUND in the list to bring up the function's dialog box.
- In the dialog box, click on the Number line.
- Click on cell D1 in the spreadsheet.
- In the dialog box, click on the Num_digits line.
- Type in a 1.
- Click OK.
- The answer 34.6 should appear in cell E1.
- When you click on cell E1 the complete function = ROUND ( D1 , 1 ) appears in the formula bar above the worksheet.
- To remove all decimal places from a value, set the num_digits to 0.
Related Tutorials


