Rounds a decimal number up, away from zero, to a specified decimal digits.
Syntax
number: The number you want to round up. Eg., 2.4456
Examples
|
Formula |
Result |
|
=ROUNDUP(2.445631;3) |
2.446 |
|
=ROUNDUP(-3.15/2;2) |
-1.58 |
|
=ROUNDUP(478.2189;2) |
478.22 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions