INTUP function

Microsoft Office ShapeSheet

INTUP function

See also

Rounds a number up to the next integer.

Syntax

INTUP(number)

Example 1

INTUP(3.2)

Returns 4.

Example 2

INTUP(-3.2)

Returns -3.

Example 3

INTUP(3)

Returns 3.