Syntax: @CEIL(X)
X = a numeric value
@CEIL returns the smallest integer that is greater than or equal to X.
Examples:
@CEIL(5.5) = 6
@CEIL(E3) = -9, where E3 = -9.99
@CEIL(C17) = 1, where C17 = 1