Hello everyone
i am trying to write a logic in alteryx to compare the data between multiple columns and group based on the data input. below is the formula which is written in excel however i want to replicate the same in alteryx as well, can someone please guide me here! i have also attached the dummy file FYR
IFS(AND(Preferred Suppliers="",Banker="",Revenue total<=0,OR(2021 Spend>=500000,2022 Spend>=500000)),"Unprocessed",(AND(Preferred Suppliers="",Banker="",Revenue total<>0)),"Unassigned Client",(AND(Preferred Suppliers="",OR($Banker<>""),Revenue total<>0,OR(2021 Spend>500000,2022 Spend>500000))),"Client",(AND(Preferred Suppliers="",OR(Banker<>""),Revenue total<=0,OR(2021 Spend>=500000,2022 Spend>=500000))),"Pipeline", Preferred Suppliers="Yes", "Preferred")