Find values in Column B that are not in column A? [closed]
I guess I'm looking for a SQL Difference like function
I have column A with login ids
I have column B with all possible login IDs
I want to find a way to display in Column C which items in Column B are not being used. Would this require a function or a macro?