Hi,
I'm replacing a "horrible" Excel spreadsheet with a workflow, and although the formula is easy to understand in Excel I've not found a way to create it in Alteryx Designer...
AD3=IFERROR(IF(AB3="Limited","Limited","Fixed"),IFERROR(IF(AA3="Limited","Limited","Fixed"),AC3))
The IFERROR(...) formula have been added because column AB can contain #N/A "error values" as it was generated by an non-trapped error lookup
Column AA may also contain percentage numbers as well as N/A string values (and the #N/A error values).
Column AC, used as the default only contains valid strings or (blanks)
Both columns also contain the target "Limited" and "Fixed" strings too!
I'm sure there must be a way, but I can't see anything obvious...
Columns AA, AB and AC exist at the point in the workflow where I'm (hoping) to use a formula tool to add a new column AD.
Thanks in advance,
Paul