CEILING( NUM )

Placeholder Tooltip Replace With
NUM n: Number A number value, such as a Number variable.

Returns a Number value

You can use the CEILING function to find the smallest integer that isn't smaller than the Number variable, for example:

 

CEILING( 84.2 ) = 85