Syntax

expression.PercentRank(Arg1, Arg2, Arg3)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Variant Array - the array or range of data with numeric values that defines relative standing.
Arg2 Required Double X - the value for which you want to know the rank.
Arg3 Optional Variant Significance - an optional value that identifies the number of significant digits for the returned percentage value. If omitted, PERCENTRANK uses three digits (0.xxx).

Return Value
Double

Remarks


See also: