Description
CEILING function rounds @x up to the nearest multiple of significance.
If @x or @significance is non-numeric CEILING returns #VALUE! error. If @x and @significance have different signs CEILING returns #NUM! error. This function is Excel compatible.