I'm completely stumped on my current formula issue. No matter how I try and manipulate the data the result still ends the same with the dreaded #NA error.
Worksheet 1: D E F V
Worksheet 2: A B C
So I'm trying to populate data in the microphone column with a yes or no. I'm comparing 2 lists of data based off first and last names. If the name exists in worksheet 1 and 2 then populate microphone with "Yes" if not then "No". I did a join on both worksheets to combine the first and last names into the Full Name. I'm trying to use VLOOKUP with FALSE so I get an exact Match but it returns #NA. If I use TRUE I get a different name. Here is my current formula:
=VLOOKUP(F4,'Physician Names'!$A$1:$C$897,3,FALSE)
I'm hoping someone here may be able to help me with this issue as I'm just getting frustrated with this error.
Worksheet 1: D E F V
First name | Last name | Full Name | Microphone |
John | Smith | John Smith | #N/A |
Worksheet 2: A B C
Last | First | Full Name |
Smith | John | John Smith |
So I'm trying to populate data in the microphone column with a yes or no. I'm comparing 2 lists of data based off first and last names. If the name exists in worksheet 1 and 2 then populate microphone with "Yes" if not then "No". I did a join on both worksheets to combine the first and last names into the Full Name. I'm trying to use VLOOKUP with FALSE so I get an exact Match but it returns #NA. If I use TRUE I get a different name. Here is my current formula:
=VLOOKUP(F4,'Physician Names'!$A$1:$C$897,3,FALSE)
I'm hoping someone here may be able to help me with this issue as I'm just getting frustrated with this error.