PERCENTILE (PQL - xl)
This function returns the nth percentile of values in a range
- Library: PQL \ Spreadsheet \ Compatibility
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
Syntax
PERCENTILE(array, k)
Function Arguments
Name | Description | Type | Optional |
array | Array of values representing the data | StringOrNumber |
|
k | Value representing the percentile value between 0 and 1 | Number |
|
Comments
This function is the same as the Microsoft Excel 'PERCENTILE' function - using the same inputs, logic and outputs.