{=IF(ISERROR(AA2),DM2,COUNTIFS($DO:$DO,$DO2,AA:AA,"<"&AA2)+COUNTIFS($DO2:$DO2,$DO2,AA2:AA2,AA2))}
Hello, im trying to work out what i can add to this array formula, which will stop the 'equal numbers' appearing with the same duplicate rank number.
For example, it currently works like this
number - rank result from formula
19 - 1
20 - 2
21 - 3
21 - 3
22 - 6
21 - 3
23 - 7
but what i would like it to do is this
number - rank result from formula
19 - 1
20 - 2
21 - 3
21 - 4
22 - 6
21 - 5
23 - 7
if two numbers are equal, i prefer the number at the top (the lower row number) to have the lower number ranking, and for there to be no duplicate ranking results
is this possible to achieve within this formula?
Hello, im trying to work out what i can add to this array formula, which will stop the 'equal numbers' appearing with the same duplicate rank number.
For example, it currently works like this
number - rank result from formula
19 - 1
20 - 2
21 - 3
21 - 3
22 - 6
21 - 3
23 - 7
but what i would like it to do is this
number - rank result from formula
19 - 1
20 - 2
21 - 3
21 - 4
22 - 6
21 - 5
23 - 7
if two numbers are equal, i prefer the number at the top (the lower row number) to have the lower number ranking, and for there to be no duplicate ranking results
is this possible to achieve within this formula?