CEILING

The Ceiling function rounds a value to a higher number.

Syntax

CEILING( number )

Remarks

The Ceiling function rounds a number up to an integer value.

To round a value down to an integer, use the Floor function. To perform arithmetic rounding on a value, use the Round function.