Filter ORDERBY after SELECT query ?

Hello,

Please could you help me to resolv this problem.

I created ร  formula (Valid if in a column) to get a drop-down list of agencies thatis in another datasheet table with conditions like this :

SELECT(List [Agence],

OR([Situation]="FR",[Situation]="ESP",[Situation]="UK",[Situation]="DE"))

Now, how can I organize in ascenging the results [Agence] ?

I tried some quiery with ORDERBY combinaison but all return failed.

By advance thank you for your reply.

Regards

Solved Solved
0 2 94
1 ACCEPTED SOLUTION

Simply !!!

Thanks a lot diogolupcosta  ๐Ÿ‘

View solution in original post

2 REPLIES 2

SORT(

SELECT(List [Agence],

OR([Situation]="FR",[Situation]="ESP",[Situation]="UK",[Situation]="DE"))

)

Simply !!!

Thanks a lot diogolupcosta  ๐Ÿ‘

Top Labels in this Space