Hi, I am trying to compare two workbooks and identify the cells which have been changed. I managed to get the formula working however I'm hoping to simplify it further and possibly removing the need to copy and paste a "concatenate" formula on the workbook2.
Here's what I'm doing :
1) Open workbook2 and on the last column (column I), I'll paste CONCATENATE(A7,E7,H7) formula. I do the same for all the tabs
2) Open workbook1 and on the last column, I'll paste IF(ISERROR(VLOOKUP(CONCATENATE(A7,E7,H7),'[Document.xls]Sheet1'!$I:$I,1,FALSE)),"Updated","Not Updated").
3) Repeat Step 2 for all the tabs in workbook1
What it does then is to compare both values from Workbook1 and Workbook2 and if there is a match it will return the value "Not Updated", if there is a variance it will return "Updated" instead.
I'm trying to figure out a way to remove step 1 which is to manually paste the formula as I have multiple tabs. Does anyone have any solutions to do this?
Appreciate your input.
Thanks in advance
Bookmarks