freerskys
New Member
- Joined
- Jul 24, 2014
- Messages
- 29
- Office Version
- 2010
- Platform
- Windows
My Project continues, thanks go out to Zot and bebo021999 for previous help.
This Address book consists of, Sheet 1 has 3K rows, Sheet 2 has 50K rows.
Sheet 1, column A, consist of First Names (could include more than one name in a cell: A,B,C or just A), column B consist of Last Names, column C consist of Street Numbers and column D consist of Street Names.
Sheet 2 has the same configuration as Sheet 1.
If Sheet 1 row 1, Column B, Cell A, Does NOT Match Sheet 2 Column B, Cell A any row, do the loop dance, go to Sheet 1 row 2.
If in Sheet 1, Row 2, Column B matches Sheet 2 Column B any row, only then, if Sheet 1 Column C matches Sheet 2 Column C same row, only then, if Sheet 1 Column D matches Sheet 2 Column D same row,
If at any time there is no match, check the next row.
Copy, Sheet 1 matched entire row to Sheet 3, delete Sheet 1 matched entire row. Does this till the end of file.
Thank you, for any assistance.
This Address book consists of, Sheet 1 has 3K rows, Sheet 2 has 50K rows.
Sheet 1, column A, consist of First Names (could include more than one name in a cell: A,B,C or just A), column B consist of Last Names, column C consist of Street Numbers and column D consist of Street Names.
Sheet 2 has the same configuration as Sheet 1.
If Sheet 1 row 1, Column B, Cell A, Does NOT Match Sheet 2 Column B, Cell A any row, do the loop dance, go to Sheet 1 row 2.
If in Sheet 1, Row 2, Column B matches Sheet 2 Column B any row, only then, if Sheet 1 Column C matches Sheet 2 Column C same row, only then, if Sheet 1 Column D matches Sheet 2 Column D same row,
If at any time there is no match, check the next row.
Copy, Sheet 1 matched entire row to Sheet 3, delete Sheet 1 matched entire row. Does this till the end of file.
Thank you, for any assistance.