Google Sheets
CEILING.PRECISE function in Google Sheets
Rounds a number up to the nearest integer multiple of specified significance. If the number is positive or negative, it is rounded up.
=CEILING.PRECISE(number, [significance])CEILING.PRECISE syntax and parameters
Two arguments, one required.
- numbernumberRequired
- significancenumberOptional
CEILING.PRECISE examples
Formulas you'll actually reuse.
Up to the next half — like CEILING.MATH, but the sign of the significance is ignored:
=CEILING.PRECISE(B2, 0.5)Result
8Negatives always round toward positive infinity: −23 becomes −20:
=CEILING.PRECISE(-B2, 10)Result
-20
CEILING.PRECISE in Excel
Same name — your formula ports as-is.
Try CEILING.PRECISE in the playground
Edit the example — nothing to install.
Preloaded with the CEILING.PRECISE formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel