Hi,
I have to reconcile two sets of data based on a mapping file (see sample data set attached). Part of the problem is how irregular the data sets are in terms of spacing and formatting, and given the large volume of sheets that have to be reconciled, going in manually and changing the format is not ideal.
Initial thought process:
1. Create a key by combining sheet name with line number (ex. D1 L1)
2. Look up the value in each quarter with Vlookup & Match
3. Create a report that pulls D1 L1, D2 L1, and D2 L2, and compare if D1 L1 is equal to the sum of D2 L1 and D2 L2.
Questions:
1. How do I create a key by combining sheet name with values in a field?
2. Is there a Vlookup and Match substitute in Alteryx?
Appreciate any input/ideas.
Thanks!
Lucy