Everyweek I receive two sheets from SAP- Orderbook and shipped table. I am trying to merge these but the problem is there is no unique key that exists between the two tables. The closest unique identifier is sales order number and contract number. I have tried the following options;
1) used all lookups like xlookup and filter
2) Used sales order number as a unique key: But the problem is that in the orderbook some entries don't have sales order number.
3) I have tried concatenating the sales order number and contract number to create a unique identifier but the problem of duplicate entries arises.
MY purpose of creating a unique identifier is to merge these queries in power query so that I could get the billed data that exists only in the shipped table.
How do I find a Solution?
1) used all lookups like xlookup and filter
2) Used sales order number as a unique key: But the problem is that in the orderbook some entries don't have sales order number.
3) I have tried concatenating the sales order number and contract number to create a unique identifier but the problem of duplicate entries arises.
MY purpose of creating a unique identifier is to merge these queries in power query so that I could get the billed data that exists only in the shipped table.
How do I find a Solution?