Go to Contents
Previous
Page
Next
Page
Contents > Functions reference (alphabetical list) > Number functions > Ceiling function

Ceiling function
Format

Ceiling(number)
Parameter
number - any numeric expression or field containing a numeric expression
Data type returned
number
Description
Returns number rounded up to the next integer.
Examples
Ceiling(1.25) returns 2.
Ceiling(-1.25) returns -1.
Related topics
Functions reference (category list)
Functions reference (alphabetical list)
About formulas
About functions
Defining calculation fields
Using operators in formulas

Contents > Functions reference (alphabetical list) > Number functions > Ceiling function
Previous
Page
Next
Page