Hi All,
I hope everyone is doing well. can anyone help me out to convert the below formulas into alteryx:
=IF(C13="No SE",IF(AND(RIGHT(C13,3)=" SE",OR(NOT(ISNUMBER(MATCH(C13,'NAS Hierarchy'!C:C,0))),IFERROR(INDEX('NAS Hierarchy'!F:F,MATCH(B13,'NAS Hierarchy'!B:B,0))<>A13,0))),1,0),IF(AND(RIGHT(C13,3)=" SE",OR(NOT(ISNUMBER(MATCH(C13,'NAS Hierarchy'!C:C,0))),IFERROR(INDEX('NAS Hierarchy'!F:F,MATCH(C13,'NAS Hierarchy'!C:C,0))<>A13,0),IFERROR(INDEX('NAS Hierarchy'!G:G,MATCH(C13,'NAS Hierarchy'!C:C,0))<>B13,0))),1,0))
Thanks beforehand