Forum Discussion

oncelturer's avatar
oncelturer
Copper Contributor
Jul 28, 2021
Solved

Using SORT function inside MATCH function does not work

I have a column with various recurring texts. I want RANK each text by ascending order. In order to do that I've written a function like this: =MATCH(A2;SORT(UNIQUE($A$2:$A$2579;FALSE;FALSE);1;1;T...
  • oncelturer's avatar
    oncelturer
    Jul 28, 2021
    Sorry to bother everyone.
    The problem is the last parameter in sort function. When I change the function to this:
    =MATCH(A2;SORT(UNIQUE($A$2:$A$2579;FALSE;FALSE);1;1;FALSE);0)
    the problem is solved..

Resources