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.