The CEILING() function returns the smallest integer value that's greater than or equal to "Number".
Character strings as arguments are interpreted as numbers.
If there are invalid values in the argument, the function returns 0.
The CEILING() function returns NULL if the value of "Number" is NULL. |