I have been given a workbook with two worksheets. One sheet contains data in all 65,536 rows (sheetA).
The other sheet has 4,048 rows of data (sheetB). Both worksheets are formatted the same and have the same column headings. Sheet A contains all the sheetB records as well as other records.
I would like to filter file A using File B, thereby ending up with a list of records showing what is in Sheet A that is not in Sheet B
I tried using the advanced filter, but apparently I’m not doing it right. Maybe a macro would be better.
I thought about combining the lists and filtering for unique values, but since sheetA already uses all 65,536 rows, then I can’t add more to it.
Any thoughts?