Hi there! I started using Alteryx recently so I’m still trying to figure things out. I have a nested IF and Xlookup formula in excel that I’d like to recreate. I use the Formula function to replicate IF statements and Find Replace for Xlookups, but I’m not sure what to do for nested formulas. Could someone please help me build a workflow for this?
I have 2 input data and here is the formula as well:
IF(Condition 1, Xlookup, IF(Condition 2, Result A, Result B))
Thanks in advance!