QUARTILE.EXC (PQL - xl)
This function returns the quartile (which quarter or 25 percent) of a data set based on percentile values from 0..1, exclusive
- Library: PQL \ Spreadsheet \ Statistical
- Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
- Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions
Syntax
QUARTILE.EXC(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.EXC' function - using the same inputs, logic and outputs.