PERCENTILE.INC function - Zoho Sheet - Help Guide

PERCENTILE.INC

Returns the value for a given percentile that ranges between 0 and 1, inclusive, from the specified data range.

 

Syntax

 

PERCENTILE.INC(number_list; fraction)

number_list: Range or array of numbers to evaluate. Eg., A2:A6

percentile: The percentile value from 0 to 1, inclusive. Eg., 0.2

Examples

 

Formula

Result

=PERCENTILE.INC(A2:A6;B2)

7.6

=PERCENTILE.INC(A2:A6;B3)

10

=PERCENTILE.INC(A2:A6;B4)

18.04


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 value of percentile is not between 0 and 1, inclusive.

  • The number_list parameter is empty.

 

Similar Functions

  • AVERAGE

  • AVERAGEA

  • AVERAGEIF

  • AVERAGEIFS

  • GEOMEAN

  • HARMEAN

  • LARGE

  • MAX

  • MAXA

  • MEDIAN

  • MIN

  • MINA

  • PERCENTILE

  • PERCENTILE.EXC

  • PERCENTRANK

  • QUARTILE

  • RANK

  • SMALL

  • TRIMMEAN