The Excel Iso.Ceiling function is one of fifteen rounding functions in Excel.
A full list, along with comparison tables, is provided on the Excel Rounding Functions page.The Excel Iso.Ceiling function rounds a supplied number up (regardless of the number's sign), to the nearest multiple of a supplied significance.
The function is new in Excel 2010 and so is not available in earlier versions of Excel.
The syntax of the Iso.Ceiling function is:
Where the arguments are as follows:
number | - | The number that is to be rounded up |
[significance] | - |
An optional argument that specifies the multiple of significance to round the supplied number up to. If omitted, the [significance] argument takes on the default value 1 (i.e. round up to the nearest integer). Note that the arithmetic sign of the [significance] argument is ignored. |
The following spreadsheet shows the Excel Iso.Ceiling function, used to round the positive and negative numbers 22.25 and -22.25 to different significance values.
Formulas:
|
Results:
|
The above examples show how:
For further details and examples of the Excel Iso.Ceiling function, see the Microsoft Office website.
If you get an error from the Excel Iso.Ceiling function, this is likely to be the #VALUE! error:
#VALUE! | - | Occurs if one or both of the supplied arguments are non-numeric. |