Returns the quartile of the data set, based on percentile values from 0..1, exclusive.
Syntax
QUARTILE.EXC(array, quart)
The QUARTILE.EXC function syntax has the following arguments (argument: A value that provides information to an action, an event, a method, a property, a function, or a procedure.):
- Array Required. The array or cell range of numeric values for which you want the quartile value.
- Quart Required. Indicates which value to return.
Remarks
- If array is empty, QUARTILE.EXC returns the #NUM! error value.
- If quart is not an integer, it is truncated.
- If quart ≤ 0 or if quart ≥ 4, QUARTILE.EXC returns the #NUM! error value.
- MIN, MEDIAN, and MAX return the same value as QUARTILE.EXC when quart is equal to 0 (zero), 2, and 4, respectively.