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
Hi @nzradjabova
This formula is refering to excel columns (A, B, C), on Alteryx the reference is the column name. Can you provide the excel file with dummy data but with the correct columns and the formula embedded?