QUARTILE (PQL - xl)

This function returns which quartile (which quarter or 25 percent) of a data set a value is

Syntax

QUARTILE(array, quart)

Function Arguments

Name

Description

Type

Optional

array

Array or cell range of numeric values for which you want the quartile value

StringOrNumber

quart

Quartile value for the array (see the table below for returned values)

Number

Comments

This function is the same as the Microsoft Excel 'QUARTILE' function - using the same inputs, logic and outputs.