Hi all!
I have two tables that I need to compare. The second table is a monthly update to the first one. It consists of various columns, some of them stay the same (like trade names, ingredients), some of them differ (price changes, manufacturer changes) from month to month. On top of that, each entry is assigned one of three possible categories (let's call them A, B or C) and some entries move from one category to another when it gets updated every month.
The lists are technically ordered alphabetically, but the order changes from month to month as new entries are added and some old ones are removed.
It would be ideal if there was a way of:
- listing all the entries that changed from one category to another (from B to C for example) whilst making sure that all the other details of the entry match perfectly (like the trade name and ingredients)
- listing all the new entries
- listing all the removed entries
I tried playing with =CONCATENATE to extract the information from relevant cells and then used =VLOOKUP to compare the entries between those tables, plus another column that returns TRUE or FALSE based on whether the entries match. Unfortunately, this doesn't seem to work 100%, feels a bit clunky and doesn't achieve all the points I listed above.
Is there another way of doing it without having to resort to addons and plugins?
I have two tables that I need to compare. The second table is a monthly update to the first one. It consists of various columns, some of them stay the same (like trade names, ingredients), some of them differ (price changes, manufacturer changes) from month to month. On top of that, each entry is assigned one of three possible categories (let's call them A, B or C) and some entries move from one category to another when it gets updated every month.
The lists are technically ordered alphabetically, but the order changes from month to month as new entries are added and some old ones are removed.
It would be ideal if there was a way of:
- listing all the entries that changed from one category to another (from B to C for example) whilst making sure that all the other details of the entry match perfectly (like the trade name and ingredients)
- listing all the new entries
- listing all the removed entries
I tried playing with =CONCATENATE to extract the information from relevant cells and then used =VLOOKUP to compare the entries between those tables, plus another column that returns TRUE or FALSE based on whether the entries match. Unfortunately, this doesn't seem to work 100%, feels a bit clunky and doesn't achieve all the points I listed above.
Is there another way of doing it without having to resort to addons and plugins?
