Hello,
I was looking around the community here for a solution to see if someone encountered something similar. I see it in bits and parts and I was hoping someone could help on the below ask:
The goal is to try to match items across 2 reports using the description, currency and amount. I think we can use the join tool but am struggling with how to link them together since we want to match the amounts based on Description, Currency & Amount. Also if there are extra items in either report after the netting off process, with the same description/currency/Amount how can I set up the workflow to indicate these items as extra items via output?
I've indicated below an example and expected result of what I'm trying to achieve.
Really appreciate any guidance
| Example Data | | | | | | |
| Report One | | Report Two |
| Description | Currency | Amount | | Description | Currency | Amount |
| Meal Expense | CAD | 5.57 | | Meal Expense | CAD | 5.57 |
| Transportation Expense | USD | 10 | | Transportation Expense | USD | 10 |
| Transportation Expense | CAD | 10 | | Transportation Expense | CAD | 10 |
| Transportation Expense | USD | 10 | | Travel Expense | CAD | 15.34 |
| Miscellaneous Cost | CAD | 9.22 | | | | |
| Expected Result - 3 Outputs | | | | | | |
| | | | | | | |
| 1. Matched Items | | | | | | |
| | | | | | | |
| Report One | | Report Two |
| Description | Currency | Amount | | Description | Currency | Amount |
| Meal Expense | CAD | 5.57 | | Meal Expense | CAD | 5.57 |
| Transportation Expense | USD | 10 | | Transportation Expense | USD | 10 |
| Transportation Expense | CAD | 10 | | Transportation Expense | CAD | 10 |
| | | | | | | |
| 2. Unmatched Items Report One | | | | | | |
| Report One | | | | |
| Description | Currency | Amount | | | | |
| Transportation Expense | USD | 10 | | | | |
| Miscellaneous Cost | CAD | 9.22 | | | | |
| | | | | | | |
| 3. Unmatched Items Report Two | | | | | | |
| Report Two | | | | |
| Description | Currency | Amount | | | | |
| Travel Expense | CAD | 15.34 | | | | |