Explanation
CEILING Function rounds a number up to the nearest multiple of Significance, regardless of sign of Significance
Syntax
CEILING(Number; Significance)
Number (required) is the number that is to be rounded up.
Significance (optional) is the number to whose multiple the value is to be rounded up.
Example
=CEILING(-11;-2)
returns -10