Hello I'm trying to recreate the formula below in Alteryx.
IF(INDEX('Client'!$A:$I,MATCH($AI3&$AL3,'Client'!$A:$A&'Client'!$B:$B,0),2)<>"","Yes","No")
Someone suggested I use a transpose tool but I'm not really familiar with the tool.... What confuses me most about this formula is the multiple lookup values in the MATCH portion and the multiple lookup arrays......... Please help.