ISO.CEILING
The ISO.CEILING function in Google Sheets is a mathematical function that rounds a number up to the nearest integer or to the nearest multiple of significance. The ISO.CEILING function is similar to the CEILING.PRECISE function.
Function Syntax and Parameters
Syntax: ISO.CEILING(number, [significance])
Parameters:
number: The number you want to round up.significance: [Optional] The multiple to which you want to round.
Step-by-Step Tutorial
-
Using
ISO.CEILINGwith only a number:- Example:
=ISO.CEILING(5.7) - Result:
6
- Example:
-
Using
ISO.CEILINGwith both number and significance:- Example:
=ISO.CEILING(5.7, 0.5) - Result:
6
- Example:
Use Cases and Scenarios
- Financial Calculations: Rounding up currency values to the nearest whole number or specific denomination.
- Time Calculations: Rounding up time values to the nearest minute or hour.
Related Functions
CEILING: Round a number up to the nearest integer or to the nearest multiple of significance.FLOOR: Round a number down to the nearest integer or to the nearest multiple of significance.