Hi I am having issues trying to recreate this excel if statement in Alteryx
=IF(AND(Run/Submit="Run",Product_App="MMA",Plan_Code=351),NonPR Units+SUMIF(Run/Submit,"Run",PR Units),IF(Run/Submit="Run",PR Units,0))
IF [Run/Submit]='Run' AND [PRODUCT_APP]='MMA' AND [PLAN_CODE]='351' then [Non PR Units]
ELSEIF [Run/Submit]='Run' then [PR Units]
ELSE '0'
ENDIF
I cant tie out to the number of total units with this formula in Alteryx, I keep getting malformed error when trying to add sumif