We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Converting excel formula

nzradjabova
5 - Atom

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

1 REPLY 1
Felipe_Ribeir0
16 - Nebula

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?

Labels
Top Solution Authors