Skip to main content
Workday User Guide
Last Updated: 2023-06-23
PERCENTRANK

PERCENTRANK

Description

Returns the percentage rank of a value in a specified list of values.

Syntax

PERCENTRANK(
number1
,
value
, [
significance
])
  • number1
    : The list of values containing the value to rank.
  • value
    : The value to calculate the percentage rank for.
  • significance
    : The number of significant digits to round the result to.