Ok,
I am at a loss here, I've tried all kinds of functions and nothing is working like I want it to. Here is what I have and What I am trying to do.
I need to compare a List of Names in one Column (Original), to a list of names in another Column (New) and the output should read in a third column one of three responses: "No Changes", "Name Added", or "Name Removed".
Things to know about this: The names in the second column will not always be in the same sort order as those in the first column. So each cell will need to check against the entire first column.
I am trying to provide as much info as I can, but my head is currently spinning with confusion, as I've been working on this for several hours now with no luck.
I am at a loss here, I've tried all kinds of functions and nothing is working like I want it to. Here is what I have and What I am trying to do.
I need to compare a List of Names in one Column (Original), to a list of names in another Column (New) and the output should read in a third column one of three responses: "No Changes", "Name Added", or "Name Removed".
Things to know about this: The names in the second column will not always be in the same sort order as those in the first column. So each cell will need to check against the entire first column.
I am trying to provide as much info as I can, but my head is currently spinning with confusion, as I've been working on this for several hours now with no luck.