Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Combine columns using formula tools

micou
7 - Meteor

Hello all, 

I wanted to use a formula to combine the data.

if column A = orange, combine column B and C

otherwise, leave it as Column B.

 

I used

IF contains ("orange",[Column A])

Then [Column B] + "," + [Column C]

Else [Column B]

Endif

 

but it was not working. just wondering how i can fix this.

Thank you!!!

1 REPLY 1
deviseetharaman
11 - Bolide

Hi @micou 

 

Is this what you are looking for 

columnAdd.png

Labels
Top Solution Authors