Ceiling (Round to Higher Number)

The Ceiling function rounds a value to a higher number.

Syntax

variable = 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.