How to Use the ROUND function to round numbers in Excel
Today, we will be learning to use the the Excel built-in ROUND function to round a number to a specified number of digits. The syntax for this function is: ROUND(number, num_digits)
number: The number to be rounded.
num_digits: The number of digits that the specified number will be rounded to. If greater than 0, number is rounded to num_digits decimal places. If 0, number is rounded to the nearest integer. If less than 0, number is rounded to the left of the decimal point. Here is how to apply it in a formula. This will work in Excel 97, 2000, 2003 and 2007.
How to round numbers using the ROUND Function
- In cells A2:A10 enter numbers with a decimal point.
- In cells B2:B10 enter the number of decimal places the number should be rounded to.
- Select cells C2:C10 and type the following formula: =ROUND($A2,$B2).
- Press CTRL+Enter.
You should now be set.
