Hi, I have 2 worksheets in which the worksheet named Existing Items has a table consisting of list of items with their unit price & worksheet named New Items also has a modified table with updated items (some parts might be added, removed, modified or unchanged). I have attached the test workbook (Sample.xlsx) here for your reference.
I am looking for a macro that compares these 2 sheets with the Part Number as a Unique Identifier & displays the result in the following manner:
- New items added in New Items -> List these items in the Items Added worksheet
- Items removed from Existing Items -> List these items in the Items Removed worksheet
- Items whose price has changed in New Items -> List these items in the Price Change worksheet
- Items whose price has not changed in Existing Items & New Items -> List these items in the Unchanged worksheet
- A Summary worksheet which shows the count of items added, removed, modified & unmodified
Note that I have already included information in the Existing Items, New Items, Price Change, Unchanged & Summary worksheets just for your reference but this needs to be done by a macro.
Let me know if you need more information.
Thanks!
Bookmarks