![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Statistical > QUARTILE |
QUARTILE(array, quart) |
| Returns the quartile of a data set. |
| array | The array or cell range of numeric values. | |
| quart | The number to indicate the quartile you want to return. |
| REMARKS |
| If "array" is empty or contains more than 8,191 data points, then #NUM! is returned. | ||
| If "quart" is not an integer, it is truncated. | ||
| If "quart" < 0, then #NUM! is returned. | ||
| If "quart" > 4, then #NUM! is returned. | ||
| If "quart" = 1, then this is equivalent to the 25th percentile. | ||
| If "quart" = 2, then this is equivalent to the 50th percentile. | ||
| If "quart" = 0, then this is equivalent to the MIN() function. | ||
| If "quart" = 2, then this is equivalent to the MEDIAN() function. | ||
| If "quart" = 4, then this is equivalent to the MAX() function. | ||
| Quartiles are often used in sales and survey data to divide populations into groups. | ||
| This function could be used to find the top 25 percent of incomes in a population. |
| EXAMPLES |
|
| Functions - Q | Index - Q | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |