Combing two columns into one new column
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I used to be able to use Concatenate in excel for this but I am very new to Alteryx and need to rebuild all my trackers in it like I had in excel.
Column A = ST90XS162
Column B = N
I want to concatenate these like this ST90XS162-N in column Z, I need the dash in there to cleary separate to two to help eliminate errors, would be nice to concatenate the headers too.
Please help
Solved! Go to Solution.
- Labels:
- Join
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Howland
You can create a new field in the formula tool with this expression: [S:Cascade ID]+"-"+[C:Cand ID]
Best,
Jordan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you sir, worked great!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I used this in the formula: [CONTRACT_ID]+"-"+[CONTRACT_NAME];
however I get this error message: Formula (66) The field "" is not contained in the record. (Expression #1)
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Do you have a semicolon at the end of your formula?
