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

If formula Across two Columns

Masond3
8 - Asteroid

Hi Team 

Hope all is well .

 

I am after some assistance regarding an if formula which needs to be applied across two column to produce an output in a  new column

 

 

Column Value Name 
Category Ceased
Category Current
Category No Match
Helper [Match]
Helper [No Match]

 

Expected Outcome 


If Helper = No Match & Category = Ceased then "0017h00000Vsa7JAAR"

If Helper = No Match & Category = No Match  then "001j000000hbmn3AAA"

If Helper = No Match & Category = Current  then "Investigate"

If Helper = Match & Category = Current  then "Proceed"

 

I started with a very basic formula but its returning zero results

 

Formula ;

If [Helper] = "[No Match]" && "[Category]" ="Ceased" then "0017h00000Vsa7JAAR"
Else " " Endif

Regards
Masond3

2 REPLIES 2
pedrodrfaria
13 - Pulsar

Hi @Masond3 

 

I attached below a WF that shows you how you can accomplish this. I created some rows for educational purpose.

 

pedrodrfaria_0-1614968204795.png

Pedro.

Masond3
8 - Asteroid

Thank you Pedro, Thats every useful indeed.

Labels
Top Solution Authors