CEILING.PRECISE Function

Rounds up a number to the nearest integer or multiple of significance

What is the CEILING.PRECISE Function?

The CEILING.PRECISE Function[1] is categorized under Excel Math and Trigonometry functions. It will round up a number to the nearest integer or multiple of significance.

As a financial analyst, we can use CEILING.PRECISE in setting the pricing after currency conversion, discounts, etc. When preparing financial models, it helps us round up the numbers per a requirement.

CEILING.PRECISE was introduced in MS Excel 2010 to replace the CEILING function. It was subsequently replaced by the CEILING.MATH function.

Formula

=CEILING.PRECISE(number, [significance])

The CEILING.PRECISE function uses the following arguments:

  1. Number (required argument) – This is the value which we wish to round off.
  2. Significance (optional argument) – This specifies the multiple of significance to round the supplied number to.
  • If we omit the argument, it takes default value 1. That is, it will round up to the nearest integer. The argument will ignore the arithmetic sign.
  • So, remember that, by default, the significance argument is 1.

The CEILING.PRECISE function uses the absolute value of the multiple, so that it returns the mathematical ceiling regardless of the sign of the number and significance.

How to use the CEILING.PRECISE Function in Excel?

To understand the uses of the CEILING.PRECISE function, let’s consider a few examples:

Example 1

Let’s see the results from the function when we provide the following data:

Number (argument)Significance (argument)ResultRemarks
110.67111As the [significance] argument is omitted, it takes on the default value of 1 and rounds off away from zero.
21321The function rounds up to the nearest multiple of 3. As 21 is a multiple of 3, we got the result as 21.
32.250.132.3It rounded up away from 0.
-12.25-1-12It rounds -12.25 down (away from 0) to the nearest integer that is a multiple of 1. The arithmetic sign of the [significance] argument is ignored by the function. So, if the value given was 12.25 and significance was -1, the function would be rounded up away from 0.
245100300It rounded up to nearest multiple of 100 away from 0.
$4.6715It rounded up to nearest multiple of 5 away from 0.

The formula used and results in MS Excel are shown below:

CEILING.PRECISE Function

Example 2

Suppose we wish to know how many cupcakes will fit in a rectangle box of different sizes. We are given the data below:

CEILING.PRECISE Function - Example 2

The item per container depicts the number of items, which is the cupcakes to be held in the rectangular box.

The formula we will use is =CEILING.PRECISE(A2,B2). It rounds up A2 to the nearest multiple of B2 (that is, items per box). The value derived will be divided by the number of containers. For example, in the second row, 100 will be rounded to a multiple of 24 and the result will be divided by 24.

CEILING.PRECISE Function - Example 2a

We get the result below:

CEILING.PRECISE Function - Example 2b

A few notes about the CEILING.PRECISE Function

  1. #VALUE! error – Occurs when any of the arguments is non-numeric.
  2. Instead of the CEILING.PRECISE function, we can use the INT function or CEILING.MATH function.
  3. The function should be used only for backward compatibility.

Click here to download the sample Excel file

Additional Resources

Thanks for reading CFI’s guide to important Excel functions! By taking the time to learn and master these functions, you’ll significantly speed up your financial analysis. To learn more, check out these additional CFI resources:

Article Sources

  1. CEILING.PRECISE Function
0 search results for ‘