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.
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