Comparison.xlsx
Hi all, I have been spending many hours looking for some code to do some relatively simple comparison tasks, but I haven't been able to find an answer to my particular problem.
I have 2 worksheets "Version 1" and "Version 2", with the same number of columns, but potentially a different number of rows. The structure of each sheet is:
Vendor // Product Line // Sub Product Line // Product Category // Item Number // Item Description // 12 additional columns with the data I would like to compare (titled "MF P1" - "MF P12")
I am looking for some VBA code to compare "Version 1" and "Version 2" worksheets for any changes by ITEM NUMBER and paste any item that has changed in a third worksheet "changes" with some calculations:
1) The Difference between columns H-S
2) The % varriance between columns H-S
I have attached the file, as well as the results I would like sheet 3 to show. The number of rows might be different if there are new item numbers added to the most current version. If there are no changes for the item number it does not need to appear in sheet 3.
Thanks in advance for the help!
Bookmarks