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(AR137>0,IF(J137-K137<7,"Overdue",IF(J137-K137<10,"To Expire",IF(H137>J137,"Irrational",""))),"")
AR Column = Open qty
J Column = Cancel Date
K Column = Today Date
H Column = Confirm Date
Thanks in advance!