CEIL

Returns the smallest integer greater than x.

Format

CEIL(x)

Argument

 
x
Any valid expression that evaluates to a real number.

Example

The following example illustrates the use of the CEIL function:
 
Function
CEIL(10.001)
Result
11