ROUNDUP

Round up a number to a specified number of digits.

Parameter List

Syntax
ROUNDUP(value
[digits]
)
value

The number to round up. For example: 1.43.

[optional] digits

The number of digits to round up. If the digit is a negative number, it rounds to the left of the decimal. For example: 2 or -2.

Examples

ROUNDUP(A1) returns 6, as we round up.Example 1