Hi
I’m using filter function and its working but now I’m thinking how to get returned column 2 as per formula for values >800?
So here is formula. And the last two 6 is returned column and -1 sorted ascending but i would see only over 800
=SORT(CHOOSECOLS(FILTER(DATA[[Region]:[WTD 3 Average]],DATA[Region]=Sheet1!N7),1,2,3,4,5,19),6,-1)
I’m using filter function and its working but now I’m thinking how to get returned column 2 as per formula for values >800?
So here is formula. And the last two 6 is returned column and -1 sorted ascending but i would see only over 800
=SORT(CHOOSECOLS(FILTER(DATA[[Region]:[WTD 3 Average]],DATA[Region]=Sheet1!N7),1,2,3,4,5,19),6,-1)