ISO.CEILING (PQL - xl)
This function rounds a number up to the nearest integer or multiple of a specified value
- Library: PQL \ Spreadsheet \ Math & Trig
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
ISO.CEILING(number, OPTIONAL significance)
Function Arguments
Name | Description | Type | Optional |
number | Number to round | Number |
|
significance | Number representing the rounding factor, the default value is 1 | Number | Y |
Comments
This function is the same as the Microsoft Excel 'ISO.CEILING' function - using the same inputs, logic and outputs.