Returns a table that contains the ordinal and percent rank of each value in a data set.
If this function is not available, you must install the Analysis ToolPak add-in.
Syntax
RANKPERC(inprng, outrng, grouped, labels)
RANKPERC?(inprng, outrng, grouped, labels)
Inprng is the input range.
Outrng is the first cell (the upper-left cell) in the output table or the name, as text, of a new sheet to contain the output table. If FALSE, blank, or omitted, places the output table in a new workbook.
Grouped is a text character that indicates whether the data in the input range is organized by row or column.
If grouped is "C" or omitted, then the data is organized by column.
If grouped is "R", then the data is organized by row.
Labels is a logical value that describes where the labels are located in the input range, as shown in the following table:
|
|
|
|
|
|
|
|
|
|
|
|
Return to index