QUARTILE.INC function - Zoho Sheet - Help Guide

QUARTILE.INC

Returns the value for a specified quartile in a given data set based on percentile values from 0 to1, inclusive.

 

Syntax


QUARTILE.INC(number_list; q)

number_list: The data set given as input. Eg., A2:A6

q: The quartile number whose data you want. Eg., 2


Remarks

  • The QUARTILE.INC function returns the same result as that of MIN, MEDIAN, and MAX when the q value equals 0, 2, and 4 respectively.

 

Examples

 

Formula

Result

=QUARTILE.INC(A2:A6;B2)

13

=QUARTILE.INC(A2:A6;B3)

8

=QUARTILE.INC(A2:A6;B4)

21


Get a hands-on experience of the function in the embedded range below.   



Possible Errors

 

Errors

Meaning

#N/A!

  • The function could not find the value it was asked to look for. Commonly occurs in VLOOKUP and similar functions.

#NAME!

  • The function name is incorrect or invalid.

  • The given defined name (if any) is invalid.

  • There is a typo in the defined name used in the function.

  • Double quotes are missing for text values in the function.

  • Colon missing in a cell range reference.

#VALUE!

  • The given argument's data type is incorrect or invalid.
    For example, the function =DATE(A1:A3) will return a #VALUE error when a text value is present in the range.

#REF!

  • The given cell reference is incorrect or invalid. This error may occur when a cell/range has been deleted, moved, or pasted over.

#NUM!

  • The given array is empty.

  • The value of q is not between 0 and 4.

 

Similar Functions

  • AVERAGE

  • AVERAGEA

  • AVERAGEIF

  • AVERAGEIFS

  • GEOMEAN

  • HARMEAN

  • LARGE

  • MAX

  • MAXA

  • MEDIAN

  • MIN

  • MINA

  • PERCENTILE

  • PERCENTILE.EXC

  • PERCENTILE.INC

  • PERCENTRANK

  • PERCENTRANK.EXC

  • PERCENTRANK.INC

  • QUARTILE

  • QUARTILE.EXC

  • RANK

  • SMALL

  • TRIMMEAN