ROUNDUP Function Explained
The ROUNDUP
function in Microsoft Excel rounds a number up to a specified number of decimal places. It takes two arguments: the number to be rounded and the number of decimal places to which it should be rounded. For example, ROUNDUP(2.15, 1)
would return 2.2.
ROUNDUP Function Syntax
ROUNDUP(number, num_digits)
- number: The number that you want to round up.
- num_digits: The number of digits to which you want to round up the number.