logo
excelfunctions.org
bookmarks

QUARTILE

Returns the quartile of a data set.

CompatibilityCompatibility / LegacyLegacy / Older Versions

What it does

Returns the quartile of a dataset (Legacy).

Syntax

QUARTILE(array, quart)

Arguments

  • array(range) β€” Data.
  • quart(number) β€” Quartile (0-4).

Examples

Legacy Quartile

Get Q1 (25%).

FORMULA
=QUARTILE(A1:A5, 1)
RESULT
2
SAMPLE DATA
A
1Data
21
32
43
54
65