EXCEL CEILING FUNCTION

This method takes an integer and rounds it up to the nearest multiple provided, returning a rounded number.

Syntax:

=CEILING (number, significance)

Parameter list:

  • number – the number you wish to round to the nearest whole number.
  • significance – the number you wish to round to.

Step By Step Guide of CEILING Function

Here in the given example, as you can see:

=CEILING(F6) returns round up 124.5 as 125 and so on.

  • CEILING returns the #VALUE! error value if either parameter is nonnumeric.
  • When a value is moved away from zero, it is rounded up regardless of the sign of the integer. There is no rounding if the number is an exact multiple of significance.
  • The value is rounded down, away from zero, if the number is negative and the significant is negative.
  • If the number is negative and the significance is positive, the value is rounded up to the nearest tenth of a decimal place.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now