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

Matching two files

tani1989
6 - Meteoroid

Hi, I have one excel file and wants to generate the output file given below from it. The output file already have the value as columns, i only need some help regarding how to display yes and no based on matching the files.

 

File 1

Namevalue
Abhi2
Tani3
kim2

 

Output:

Name23
AbhiYesNo
TaniNoYes
KimYesNo
2 REPLIES 2
AbhilashR
15 - Aurora
15 - Aurora

@tani1989 - You need to transpose your data and use a multi-field formula to populate the table. Attached is an implementation of this solution. Please mark this post as solution accepted if it answers your question.

tani1989
6 - Meteoroid

Thank you so much for your help. I really appreciate that 🙂

Labels
Top Solution Authors