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.

Merge 2 columns into one

Hussein982
8 - Asteroid

Hi All: Whats the fastest way to to merge two columns into one 

 

For example: I have a column in excel is first name (Alain) and second column is (smith). I would like to merge these two column into one. 

 

I appreciate if you could add a workflow in your reply.

 

Cheers,

1 REPLY 1
Deano478
12 - Quasar

Hey @Hussein982 you can use a formula tool to do this.:

 

1. Add a column using the formula or update and existing column

2. The formula would be like so: [firstname] + ' ' + [secondname]

Labels
Top Solution Authors