Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the CEILING.MATH function. |
| [significance] | (Optional.) Parameter of the CEILING.MATH function. |
| [mode] | (Optional.) Parameter of the CEILING.MATH function. |
Examples
Round up to integer
=CEILING.MATH(4.2)
Round to nearest 10
=CEILING.MATH(83, 10)
Negative with mode
=CEILING.MATH(-7.5, 2, 1)
Common Errors
All arguments must be numeric. Text values cause #VALUE!.
Significance of 0 returns #DIV/0!.
Tips
CEILING.MATH never errors on negative numbers with positive significance, unlike CEILING. Use it as your default.
=CEILING.MATH(x) is the same as =CEILING.MATH(x,1). It rounds up to the next integer.
Mode=0 (default): negatives round toward zero (less negative). Mode=1: negatives round away from zero (more negative). Positive numbers are unaffected by mode.
Try CEILING.MATH in Viztab
Import your data and use CEILING.MATH with 370+ other formulas. No signup required.
Open Viztab