Hi there,
Im trying to use the same formula I used on excel, on an alteryx workflow, but the language is somewhat different.
How can I translate this formula, to alteryx language?
=IF(I2=1,"G",IF(AND(H2>I2,H2>K2,H2>L2),"Y",IF(OR(K2=1,L2=1,L2>H2,K2>H2,AND(H2>I2,K2>H2),AND(H2>I2,L2>H2)),"R","check")))
H Column = % Scan Thru
I Column = In Stock Rate
K Column = OOS Rate
L Column = Unavailable Rate