Hi
I have this formula in excel " =IF(T2="No",IF((S2/100)-O2<0,"Below","Above"),"NA") "
How can I modify this in alteryx formula format?
FYI
T is column which as Yes and No as in the row.
Formula is saying check col T and if we have NO then check Col S and divide it by 100 subtract by col O if is less that 0 then print below else print Above.
If both condition doesn't satisfy print NA for all the yes in col T.
Please help