The Excel Quartile.Inc function returns the specified quartile of a given set of numbers, based on a percentile range of 0 to 1. (inclusive).
Syntax :
=QUARTILE.INC( array, quart )
Parameters :
array –
quart –
Example :
The Excel Quartile.Inc function is used in column B of the spreadsheet below to compute the quartiles of the set of values 0 – 6.
The first quartile (measured in cell B2) is half way between 1 and 2. As a result, Excel interpolated the data to provide the result 1.5; the third quartile (derived in cell B4) lies halfway between the values 4 and 5. As a consequence, Excel interpolated the data to obtain the result, 4.5.
Ask Your Query