Through a another process I assemble an Excel worksheet(1) with data in three columns:
PartNo. DwgRev PLRev
In another worksheet(2) I have the same three columns as well as other data.
What I need to do is start with the "PartNo." in Sheet(1), find if it exists in the other sheet(2) and if so, do the other two fields match.
If all match go to next. If not write to a third sheet(3).
I am struggling with this. Find vs vlookup or what will work. Any help would be appreciated.
PartNo. DwgRev PLRev
In another worksheet(2) I have the same three columns as well as other data.
What I need to do is start with the "PartNo." in Sheet(1), find if it exists in the other sheet(2) and if so, do the other two fields match.
If all match go to next. If not write to a third sheet(3).
I am struggling with this. Find vs vlookup or what will work. Any help would be appreciated.