Skip to main content

RANKAVG

Returns the rank of a number in a list. If multiple values have the same rank, the average rank is returned.

CategoryStatistical
SyntaxRANKAVG(number, ref, [order])

Parameters

ParameterRequiredDescription
numberRequiredThe number whose rank you want to find.
refRequiredThe range or array of numbers to rank against.
orderOptional0 (default) for descending rank, non-zero for ascending rank.

Example

RANKAVG(A1:A10)

Auto-generated from the EngCanvas function registry.