CEIL

From AgileApps Support Wiki

The CEIL function rounds a number up to the next whole number. The function name derives from the word "ceiling".

Syntax
CEIL(number)
Return
Number (whole number or integer)
Example
CEIL(210.6465) = 211
CEIL(2.00001) = 3