XL2000: Algorithm Used for QUARTILE() Function (214072)
The information in this article applies to:
This article was previously published under Q214072 SUMMARY
In Microsoft Excel 2000, the QUARTILE()function returns a specified
quartile in an array of numeric values. QUARTILE() accepts two arguments: Array and Quart. Array is the range of values for which you want to find the quartile value. Quart indicates the value you want to return, where:
0 Minimum value (Same as MIN())
1 1st quartile - 25th percentile
2 2nd quartile - 50th percentile (Same as MEDIAN())
3 3rd quartile - 75th percentile
4 4th quartile - 100th percentile (Same as MAX())
Modification Type: | Major | Last Reviewed: | 9/27/2003 |
---|
Keywords: | kbhowto kbinfo KB214072 |
---|
|