Skip to main content

Excel CEILING function

doc ceiling function 1


Description

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.

Syntax and arguments

Formula syntax

=CEILING(number, multiple)

Arguments

  • Number: Required. The number you want to round up.
  • Multiple: Required. The multiple you use to round.

Return Value

The CEILING function rounds number to nearest multiple.

Notes:

1. The CEILING function will return the #VALUE! error value if either arguments is nonnumeric value.

2. If the number is an exact multiple of significance, no change occurs.

3. The number is negative, but the significance is positive, the result is rounded up towards zero.

4. Both of the number and significance are negative, the result is rounded down away from zero.

5. The number is positive, but the significance is negative, the result returns #NUM! value.

Usage and Examples

Formula Note Result
=CEILING(1.3,1) Round 1.3 up to nearest multiple of 1 2
=CEILING(-3,-2)/td> Round -3 up to nearest multiple of -2 -4
=CEILING(-3,2)/td> Round -3 up to nearest multiple of 2 -2
=CEILING(10,0.13)/td> Round 10 up to nearest multiple of 0.13 10.01

Download Sample File

doc ceiling sample fileClick to download CEILINGfunction sample file


Relative Functions:

  • Excel CEILING.MATH
    The CEILING.MATHfunction rounds number up to nearest multiple or the nearest integer, and the Mode argument decide to round negative toward or far away from zero. For instance, =CEILING.MATH(-10.12,0.2,1)returns -10.2, =CEILING.MATH(-10.12,0.2,0)returns -10

  • Excel CEILING.PRECISE
    The CEILING.PRECISEfunction rounds number up to nearest integer or nearest multiple, it ignore sign of number, round number  always up.

Relative Articles:


The Best Office Productivity Tools


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, Edge and Firefox.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations