Article ID: 214072 - Last Review: September 27, 2003 - Revision: 3.1 XL2000: Algorithm Used for QUARTILE() FunctionThis article was previously published under Q214072 On This PageSUMMARY
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()) MORE INFORMATION
The following is the algorithm used to calculate QUARTILE():
ExampleTo find the third quartile in the array of values 0,2,3,5,6,8,9, follow these steps:
6+(.5*(8-6))=7
| Article Translations
|
Back to the top
