
Use the ROUNDUP function to round
numbers up
Similar to the ROUNDDOWN function as explained in the previous
tip, the ROUNDUP function can be used to round up numbers in a
worksheet.
ROUNDUP(number, num_digits)
number: Any real number to be rounded up.
num_digits: The number of digits number will be rounded up
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 up 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 up to. ...