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.

How to Join 2 inputs into empty cells with certain condition in ALteryx

priscon
5 - Atom

Hi all,

 

Please take a look at the example below, I want data from Spreadsheet #1 to be on Spreadsheet #2 if "Name" column Matches , then "Comment" needs to be added in the empty cell. However, Spreadsheet #2 has already comments for other names. How can this be done in alteryx? can it be done as a formula?

 

NameCountComment
Laura5Yes
Anna4NO
Yailin3NO
Henderson2Yes
Tom1No
   
   
NameCountComment
Laura--
Anna--
Yailin--
Henderson--
Tom1No
Robert-YEs
Emilio3No
   
   
Desired results  
   
NameCountComment
Laura5Yes
Anna4NO
Yailin3NO
Henderson2Yes
Tom1No
Robert-Yes
Emilio3No
1 REPLY 1
SPetrie
13 - Pulsar

Here are a couple options that may get you what you are looking for.

example.PNG

Labels
Top Solution Authors