CEILING.MATH
rounds up with optional significance and mode · from excel · excel: not yet compared · sheets: not yet compared
signature
CEILING.MATH(number, [significance], [mode])
returns: number
| argument | required |
|---|---|
| number | required |
| significance | optional |
| mode | optional |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=CEILING.MATH(2) 2