![]() | QUARTILE.INC function |
Returns the quartile of a data set, based on percentile values from 0 to 1, inclusive. Quartiles often are used in sales and survey data to divide populations into groups. For example, you can use QUARTILE.INC to find the top 25 percent of incomes in a population.
Syntax
QUARTILE.INC(array,quart)
Argument | Description | Remarks |
|---|---|---|
array | The array or cell range of numeric values for which you want the quartile value. |
|
quart | Indicates which value to return. |
|
General remarks
MIN, MEDIAN, and MAX return the same value as QUARTILE.INC when quart is equal to 0 (zero), 2, and 4, respectively.
Example
To make the following example easier to understand, you can copy the data to a blank sheet and then enter the function underneath the data. Do not select the row or column headings (1, 2, 3... A, B, C...) when you copy the sample data to a blank sheet.
|
|






