Syntax
| Parameter | Description |
|---|---|
| number | Parameter of the CEILING function. |
| significance | Parameter of the CEILING function. |
Examples
Packs to buy
=CEILING(47, 6)
Round up to nearest nickel
=CEILING(3.42, 0.05)
Bill to next 30 minutes
=CEILING(1.1, 0.5)
Common Errors
Like FLOOR, the number and significance must have the same sign. CEILING(-5, 2) errors. Use CEILING.MATH for negative numbers.
A significance of 0 produces #DIV/0!.
Tips
CEILING(units_needed, pack_size) tells you the minimum quantity to purchase. Divide by pack_size to get the number of packs.
CEILING(hours_worked, 0.25) rounds up to the next 15-minute billing increment. Very common for consulting and legal billing.
If your data might contain negative numbers, switch to CEILING.MATH which handles them without erroring.
Try CEILING in Viztab
Import your data and use CEILING with 370+ other formulas. No signup required.
Open Viztab