CEIL

CEIL smallest integer larger than or equal to x

Synopsis

CEIL(x)

Arguments

x: number

Description

CEIL(x) is the smallest integer that is at least as large as x.

OpenDocument Format (ODF) Compatibility

This function is the OpenFormula function CEILING(x).

See also

CEILING, FLOOR, ABS, INT, MOD.