I get a daily update of an inventory file. It's an excel spreadsheet and consists of tens of thousands of rows. Obviously, it would be VERY time consuming to go through and check each row for any changes from the day before. I've done some searching figured out how to write a macro to get the current and previous day's inventory list on the same workbook, but I need a macro that will compare the two and either A) highlight the differences/changes OR B)remove and place on a 3rd sheet in the workbook the differences/changes.
Here is a sample of the worksheet. Sample Video Sheet.xlsm Now, obviously if I were to simply compare Row 15 in Sheet A to Row 15 in Sheet B, if there had been any additions, say a new title in row 5, the everything AFTER row 5 would be different.
So, what I need to do is look at Sheet1, A2 or B2, and see if there has been any change in COST or QUANTITY as compared to Sheet2. Also, I need to know if there have been any new titles added to the inventory in Sheet1 compared to Sheet2. If it would be possible to copy and paste the entire row that has the change in COST or QTY or NEW INVENTORY to Sheet3, that would be ideal. (and if the change could be highlighted in some way, EVEN BETTER)
I hope I have explained this well enough for you understand. I'm hoping that this is just a simple little thing for one of you that has superior skills than I do.
Thank you, in advance, for any help you may be able to provide. It is greatly appreciated.
A B C D E F G H I J K
1 ID UPC Amazon.com ASIN Title Genre COST QTY Sales Rank Lowest Amazon Offer Delta FORMAT
2 01-0130198 717951001832 B00000JGOL 54 Comedy $7.00 0 #N/A #N/A #N/A DVD
3 01-0154435 783722274675 B00199PPF6 305 Comedy $5.25 6 201255 0.02 -$5.23 DVD
4 01-0132627 065935839637 B003T1KL92 (Untitled) Comedy $6.90 5 74139 5.27 -$1.63 DVD
Bookmarks