WorksheetFunction.ISO_Ceiling Method (Excel)
Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance.
Version Information
Version Added: Excel 2010
Syntax
expression .ISO_Ceiling(Arg1, Arg2)
expression A variable that represents a WorksheetFunction object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Arg1 |
Required |
Double |
Number - The value to be rounded. |
Arg2 |
Optional |
Variant |
Significance - The optional multiple to which number is to be rounded. If significance is omitted, its default value is 1.
Note
The absolute value of the multiple is used, so that the ISO_CEILING function returns the mathematical ceiling irrespective of the signs of number and significance.
|
Return Value
Double