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
IF(AND(OR(total revenue<>""),OR(Company="Recognized")),"Client",IF(AND(OR(total revenue<>""),OR(Company<>"Recognized")),"Unrecognized Client",IF(AND(OR(total revenue<=0),OR(Company="Recognized"),OR(Owner<>"")),"Prospect", IF(AND(OR(total revenue<=0),OR(Company=<>"Recognized"),OR(Owner="")),"Uncovered","None"))))