Hi everyone,
My question is going to be easy for someone to answer, but for the life of me I can't get anything to work.
I have two lists with first name and last names in separate columns. I need to compare the lists and find out is the person is on both lists.
I have been using the =isnumber(match(_,_,)) function successfully with one column, but how do I do it for both columns?
My question is going to be easy for someone to answer, but for the life of me I can't get anything to work.
I have two lists with first name and last names in separate columns. I need to compare the lists and find out is the person is on both lists.
I have been using the =isnumber(match(_,_,)) function successfully with one column, but how do I do it for both columns?
Last | First |
Smith | Sarah |
Thompson | Nichole |
Jones | Chris |
Cain | Chris |
LastName | FirstName |
Smith | Tom |
Jones | Chris |
Miller | Sue |
Phillips | Julie |