Getting the rank of a desired number in a list


Let's find the rank of Target Length 3 according to its length in the list.

�RANK�() formula provides to find the rank of a data in the list.

In the paranthesis, the first part shows the cell of desired number, the second part is the range which rank of the number is searced, the third part is the decision of whether the rank is considered as descending(0) or ascending(non-zero).