CEILING.PRECISE
Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance
Syntax
CEILING.PRECISE(number, [significance])
Parameters
- number: Required. The value to be rounded
- significance: Optional. The multiple to which number is to be rounded
Example
=CEILING.PRECISE(4.3)