logo
excelfunctions.org
bookmarks

PERCENTRANK

Returns the percentage rank of a value in a data set.

CompatibilityCompatibility / LegacyLegacy / Older Versions

What it does

Returns the rank of a value in a data set as a percentage (Legacy).

Syntax

PERCENTRANK(array, x, [significance])

Arguments

  • array(range) β€” Data set.
  • x(number) β€” Value.
  • significance(number) β€” Significant digits.

Examples

Legacy Percent Rank

Rank of 5 in range.

FORMULA
=PERCENTRANK(A1:A5, 5)
RESULT
0.8
SAMPLE DATA
A
1Data
21
33
45
57
69