[]
        
(Showing Draft Content)

ROUNDUP

This function rounds the specified number up to the nearest number, using the specified number of decimal places.

Syntax

ROUNDUP(value, places)

Arguments

This function has these arguments:

Argument

Description

value

 [Required] Any real value that you want rounded up

places

 [Required] The value of digits to which you want to round number

Remarks

Regardless of the sign of the number specified by the value argument, the number is rounded away from zero.

Examples

ROUNDUP(A3,–2)

ROUNDUP(C4,B2)

ROUNDUP(R1C2, 2)

ROUNDUP(PI(),5) gives the result 3.14160

ROUNDUP(29.2,-2) gives the result 100

ROUNDUP(-1.963,0) gives the result -2