Excel CEILING.PRECISE function
Description
The CEILING.PRECISE function returns a number that is rounded up to the nearest integer or to the nearest multiple of specified significance. Differing with CEILING and CEILING.MATH functions, the CEILING.PRECISE function ignores the sign of the given number, and returns a number which is always rounded up.
Syntax and arguments
Formula syntax
=CEILING.PRECISE(number, [significance]) |
Arguments
|
Return Value
The CEILING.PRECISE function rounds number up to nearest integer or nearest multiple.
Notes:
1. The result of number is always rounded up whatever the given number is positive or negative.
2. If the significance or number is zero, zero will be returned.
3. Positive number is rounded away from zero, but negative number is rounded toward zero.
4. The sign of the [significance] argument is ignored, the results are same for both positive and negative [significance] argument. I.e. =CEILING.PRECISE(2,3) returns 3, and =CEILING.PRECISE(2,-3) also returns 3.
5. If the (number) argument is negative, and the [significance] argument is smaller than the (number) argument, it returns 0. I.e.=CEILING.PRECISE(-3,-4) returns 0, but =CEILING.PRECISE(-3,-2) returns -2.
Usage and Examples
Example 1 – Work for positive number
Number | Significance | Description | Formula | Result |
2.1 | Round 2.1 up to nearest multiple of 1 | =CEILING.PRECISE(2.1) | 3 | |
3.3 | 3 | Round 3.3 up to nearest multiple of 3 | =CEILING.PRECISE(3.3,3) | 6 |
4 | -5 | Round 4 up to nearest multiple of -5 | =CEILING.PRECISE(4,-5) | 5 |
2 | -0.3 | Round 2 up to nearest multiple of -0.3 | =CEILING.PRECISE(2,-0.3) | 2.1 |
Example 2 – Work for negative number
Number | Significance | Description | Formula | Result |
-2.1 | Round -2.1 up to nearest multiple of 1 | =CEILING.PRECISE(-2.1) | -2 | |
-3.3 | 3 | Round -3.3 up to nearest multiple of 3 | =CEILING.PRECISE(-3.3,3) | =-3 |
-4 | -2 | Round -4 up to nearest multiple of -2 | =CEILING.PRECISE(-4,-2) | -4 |
-2 | -0.3 | Round -2 up to nearest multiple of -0.3 | =CEILING.PRECISE(-2,-0.3) | -1.8 |
Download Sample File
Click to download CEILING.PRECISE function sample file
Relative Functions:
-
Excel CEILING Function
The CEILING function returns a number rounded up to a nearest multiple of significance. For example, =CEILING(10.12,0.2) returns 10.2, it round 10.12 to nearest multiple of 0.2.
-
Excel CEILING.MATH Function
The CEILING.MATH function returns a number rounded up to a nearest multiple of significance, and the Mode argument decide round the negative number far away or toward to zero. For example, =CEILING.MATH(10.12,0.2) returns 10.2, =CEILING.MATH(-10.12,0.2,0) returns -10, but the =CEILING.MATH(-10.12,0.2,1) returns -10.2.
Relative Articles:
-
Round number to nearest 5,10, 50 or 100 number in Excel
This article provides some simple formulas to round numbers to nearest specific number, and also introduce the formulas to round numbers to next or last nearest one.
The Best Office Productivity Tools
Kutools for Excel - Helps You To Stand Out From Crowd
Would you like to complete your daily work quickly and perfectly? Kutools for Excel brings 300 powerful advanced features (Combine workbooks, sum by color, split cell contents, convert date, and so on...) and save 80% time for you.
- Designed for 1500 work scenarios, helps you solve 80% Excel problems.
- Reduce thousands of keyboard and mouse clicks every day, relieve your tired eyes and hands.
- Become an Excel expert in 3 minutes. No longer need to remember any painful formulas and VBA codes.
- 30-day unlimited free trial. 60-day money back guarantee. Free upgrade and support for 2 years.

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)
- One second to switch between dozens of open documents!
- Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
- Increases your productivity by 50% when viewing and editing multiple documents.
- Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Firefox, And New Internet Explorer.

You are guest
or post as a guest, but your post won't be published automatically.
Be the first to comment.