Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Match two table data in Excel

binay2448
11 - Bolide

Please help me in finding difference between two excel tables, Reference table can be taken as the base table with Passport# as unique key.

 

Original data have many columns to match but I have created attached sample data for ;the same.

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @binay2448 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1630396020990.png

 

1. Using transpose to convert data columns to rows.

2. Using join tool joining on passport# and name.

3. Using formula to compare value and reference value.

4. Using crosstab to convert back to table with the compare value.

 

Hope this helps : )

binay2448
11 - Bolide

Thank @atcodedog05  for your quick solution..

Labels
Top Solution Authors