CEILING()
CEILING() — Returns the smallest integer value greater than or equal to a numeric expression.
Synopsis
CEILING( numeric-expression )
Description
The CEILING() function returns the next integer greater than or equal to the specified numeric expression. In other
words, the CEILING() function "rounds up" numeric values. For example:
Example
The following example uses the CEILING function to calculate the shipping costs for a product based on its weight in
the next whole number of pounds.