
Use the ROUND function to round numbers
In this example, all numbers have to be rounded. Use the Excel
built-in ROUND function to round a number to a specified number
of digits.
ROUND(number, num_digits)
number: The number to be rounded.
num_digits: The number of digits 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.
4
To round numbers:
1. In cells A2:A10 enter numbers with a decimal point.
2. In cells B2:B10 enter the number of decimal places the
number should be rounded to.
3. Select cells C2:C10 ...