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.
SOLVED

convert excel formula into Alteryx formula

AvinashBhawsar
8 - Asteroid

Hi All,

 

I hope everyone is doing well. can anyone help me out to convert the below formulas into alteryx compatible.

 

=IF(D2="","",IF(OR(W2="Reconciled",W2="Timing Delays"),0,IF(AND(Q2="Same",R2>0),R2+1,IF(Q2="New",1,"ERROR"))))

 

D2 represent the column :- SellerLoanNum

W2 represent the column :- NOTES

Q2 represent the column :- Compare Notes)

R2 represent the column :- Prior Age

 

 =IF(A2="PASTE DATA HERE","",IF(ISNA(IF(P2=U2,"Same","New")),"",IF(P2=U2,"Same","New")))

 

A2 represent the column :- SellerId

P2 represent the column :- Prior Day Notes

U2 represent the column :- Breaks Check

 

Thanks for taking out time to read 

20 REPLIES 20
AvinashBhawsar
8 - Asteroid

@atcodedog05 @Luke_C  you guys are awesome.. it worked successfully, there was an issue with the data type which I had to changed. thanks a lot and thanks for teaching me something new :)

Labels
Top Solution Authors