I have two large sets of names (23,000 in one column, 18,000 in the other). I need to know what names in column B ARE NOT in column A. I would like to see if all distinct names to be moved to column C. Is this possible?
It is certainly possible , using either formulae or VBA code ; given the size of your data , it may happen that the formula-based solution is time-intensive , and bogs down the workbook , but that will have to be seen.
Can you upload at least a sample workbook with about 50 names in each column ?
Because these are employees, I can't post an actual list. But this does the trick. In Column A are the 45 US presidents. In Column B there are presidents and fictional characters. I am trying to separate the fictional characters into column C. Either way, thank you for taking the time to help.
Thank you very much! I think I can go in and work with that. Just have to expand the selection by 20,000+, but I think I can do that much at least... maybe.
Thank you to everyone who responded. I actually found a work-around without formulas. Feel stupid for not thinking of it earlier.
Used Conditional formatting to highlight the matches between columns, then filtered out all of the highlighted cells in Column B. Copied/pasted to Column C