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