I have 2 workbooks. I need to compare two column of one to a 2 columns of the other. The datatypes may not be the same.
The first workbook contains an ID and a date visited (not a date format) as a Text field.
The second workbook contains an ID and a date visited(not as a date format)
book1
ID DATE NOTE
1 DAY1
1 DAY2
1 DAY3
2 DAY1
2 DAY2
2 DAY3
3 DAY3
Book2
ID DATE NOTE
1 first visit arrived
1 second visit noshow
1 third visit arrived
2 first visit arrived
3 first visit arrived
2 second visit no show
etc....
Since the ID I need to match the ID's from both sheets and copy the notes where the ID's and the dates match. I can create a lookup table in a separate sheet or use "IF" logic in the VBA.
When the match is found, the note will be copied to the first sheet
Start Free Trial