Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
CEILING always rounds a number up (away from zero) to the nearest multiple of the significance you specify. It is ideal for ensuring you never underestimate quantities, such as rounding up hours worked or package quantities to whole units.
=CEILING(A2,1)=CEILING(A2,1)Computed by a real spreadsheet engine on the sample data below.
| Hours | Billed |
| 3.2 | |
| 7.05 | |
| 1.8 | |
| 5.0 |
=CEILING(A2,1)→4
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: