Returns the next highest integer that is greater than or equal to the specified numeric expression.
Syntax
CEILING(nExpression)
Returns
Numeric
Arguments
nExpression
Specifies the number whose next highest integer CEILING( ) returns.
Remarks
CEILING rounds a number with a fractional portion to the next highest integer.