QUARTILE (PQL - xl)
This function returns which quartile (which quarter or 25 percent) of a data set a value is
- Library: PQL \ Spreadsheet \ Compatibility
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
QUARTILE(array, quart)
Function Arguments
Name | Description | Type | Optional |
array | Array or cell range of numeric values for which you want the quartile value | StringOrNumber |
|
quart | Quartile value for the array (see the table below for returned values) | Number |
|
Comments
This function is the same as the Microsoft Excel 'QUARTILE' function - using the same inputs, logic and outputs.