CEILING function

Category: Compatibility
Introduced: Excel 2003

Summary

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

Syntax

CEILING(number, significance) The CEILING function syntax has the following arguments:
• Number Required. The value you want to round.
• Significance Required. The multiple to which you want to round.

Example

=CEILING(2.5, 1)
=CEILING(-2.5, -2)
=CEILING(-2.5, 2)
=CEILING(1.5, 0.1)
=CEILING(0.234, 0.01)

Microsoft Support Page

https://support.microsoft.com/en-us/office/ceiling-function-0a5cd7c8-0720-4f0a-bd2c-c943e510899f

Back to Functions