Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to find in a particular column and place the result in separate column

Aggsneh
7 - Meteor

Hi all,

 

I am working on one of the file wherein I need to find some names in a particular column from list of names and need to place the results in new column. Would be helpful if anyone can help me out. Attaching sample date for your reference.

3 REPLIES 3
pedrodrfaria
13 - Pulsar

 Hi @Aggsneh 

 

Based on what you sent, all the names were found in the dataset. See below using a find and replace logic to flag the fields with the name being matched.

pedrodrfaria_0-1613051024321.png

 

Is this what you were looking for?

 

Pedro.

 

echuong1
Alteryx Alumni (Retired)

If I understand your requirements, you're trying to identify the description rows that contain one of the keyword names? If so, you can use a find and replace to search the description field for the keyword. I've appended it to a new column. Anything that matched would have a name field filled in.

 

I used a filter to separate out those that didn't match. Hope this helps!

 

echuong1_0-1613051061040.png

 

Qiu
21 - Polaris
21 - Polaris

@Aggsneh 

Is this what you need?

0211-Aggsneh.PNG

Labels
Top Solution Authors