CEIL
MATH Function
Windows/Unix
A math function that rounds a numeric expression up toward positive infinity.
Syntax
:
CEIL(numeric-expression)
A% = CEIL(66.2) '-- Returns 67