I have a row of 6 numbers
4
4
4
3
1
1
This column has been got via ranking some other columns (Rank.EQ) formula
Now i have these i want to rank the top 3 with a +1 and the bottom 3 with a -1 (the top 3 and bottom 3 numbers may sometimes be the same as in the 4,4,4, or sometimes may have 4,4,3, and sometimes be simple 4,3,2)
so the output would be
4 -1
4 -1
4 -1
3 +1
1 +1
1 +1
Any help much appreciated.
4
4
4
3
1
1
This column has been got via ranking some other columns (Rank.EQ) formula
Now i have these i want to rank the top 3 with a +1 and the bottom 3 with a -1 (the top 3 and bottom 3 numbers may sometimes be the same as in the 4,4,4, or sometimes may have 4,4,3, and sometimes be simple 4,3,2)
so the output would be
4 -1
4 -1
4 -1
3 +1
1 +1
1 +1
Any help much appreciated.