Excel Function

CEILING

Rounds number up to nearest multiple.

CEILING(number, significance)

Arguments

number

Required

Specify a single cell reference.

significance

Required

Enter a numeric value.

Practice Preview

Use CEILING to return the result with these settings (Number: D2 (cell D2 (Amount in column D)), Significance: 10).

Example Table

#
ASlip ID
BUnit Price
CQuantity
DAmount
2S001120.53361.5
3S00298.25491
4S003450.72901.4
5S004300.441201.6
6S005150.96905.4
7
8

How to Use (Formula)

=CEILING(D2, 10)

Result

370

Practice This Function

CEILING FAQ

How do I use CEILING in Excel?

Use CEILING when you want to round up to a chosen multiple. Enter Number, Significance in that order, then add optional arguments when needed.

Where can I practice CEILING?

Use the "Start Function Practice" button to jump straight into CEILING drills.

What arguments does CEILING use?

The main arguments are Number, Significance. Enter them in order.