EXCEL CEILING.PRECISE FUNCTION

This method returns a value that has been rounded up to the closest integer or significant multiple. The number is rounded up regardless of its sign, and if the number or significance is zero, zero is returned.

Syntax:

CEILING.PRECISE(number, [significance])

Parameter list:

  • number – the number that will be rounded.
  • [optional] Significance – the multiple to which the number should be rounded. The default value for importance is 1 if it is not specified.

Step By Step Guide of CEILING.PRECISE Function

In the Given Example you can see :

We want to get CEILING.PRECISE value of 568.5,

=CEILING.PRECISE(F10) returns 569 and =CEILING.PRECISE(F11,3) returns 570.

#VALUE!Occurs if one or both of the supplied arguments are non-numeric.

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