Free cookie consent management tool by TermsFeed rank() Function
rank() Function

Function

rank( number, array, order )

Returns an integer representing the rank of the number in the specified array.

Parameters

Keyword Type Description

number

Decimal

The number to be ranked

array

Decimal Array

An array of numbers containing the number to be ranked

order

Number

Use 0 to rank the array elements from high to low and 1 to rank the array in ascending order.

Returns

Integer

Examples

rank(2,{1,2,3,4},0) returns 3

Open in Github Built: Fri, Nov 10, 2023 (03:42:48 PM)

rank() Function

FEEDBACK