Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
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