Hi all - trying to return a unique list that is sorted high to low, but struggling.
using this formula: =SORT(UNIQUE(FILTER(Table134[score],(Table134[DIV]=2)*(Table134[WEEK]='WEEKLY SUMMARY'!X3))),,1)
or =SORT(UNIQUE(FILTER(Table134[score],(Table134[DIV]=2)*(Table134[WEEK]='WEEKLY SUMMARY'!X3))),,-1)
isn't working.....
it will result in as example:
10-5
13-2
9-6
where as i need to show
13-2
10-5
9-6
what am i doing wrong?
also to be noted is that the number list that the formula points at is a concatenated list.
TIA
using this formula: =SORT(UNIQUE(FILTER(Table134[score],(Table134[DIV]=2)*(Table134[WEEK]='WEEKLY SUMMARY'!X3))),,1)
or =SORT(UNIQUE(FILTER(Table134[score],(Table134[DIV]=2)*(Table134[WEEK]='WEEKLY SUMMARY'!X3))),,-1)
isn't working.....
it will result in as example:
10-5
13-2
9-6
where as i need to show
13-2
10-5
9-6
what am i doing wrong?
also to be noted is that the number list that the formula points at is a concatenated list.
TIA