Hi All,
I am trying to replicate the below formula, but I can transform that into Alteryx. Can you please explain me this to me so I can replicate the same in Alteryx?
Formula 1
=IF(AND(AQ2<>"",N2="Securitized Products Financing"),"Sec Prod",IF(AQ2<>"",IFERROR(VLOOKUP('Flex data'!AA2,'Price testing'!C:J,7,0),"")))
Formula 2
=IF(IF(AR2="GOVT",VLOOKUP('Flex data'!AA2,'Price testing'!C:J,8,0),"")="GB","GB","")
How can I transform above IF function excel formulas in Alteryx, please advise. Thanks in Advance.