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:
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. |
Ask Your Query