Here is my situation.
Column A- Last (Name) - Contains about 1000
Column B- First (Name) - Contains about 1000
Column C- Date of Birth - Contains about 1000
Column E- Last, First - Contains about 200 and is a subset of column A and B
Column D- I created this to be =A2&","&" "&B2 so that it merges columns A and B to be in the format of coumn E
Column F- =VLOOKUP(E2,D2:D1000,3,FALSE)
I did this to try to pull out the DOB's for my subset but am getting a "#REF!" error which makes sense because the actual data in column D is a formula, not "Last, First" data.
I tried just doing "text to column" for column E and then using the VLOOKUP command based on the new Last name only column that was created from the "text to column" and column A.
This worked, however, if there was more than one person with the same last name, it kicks out the DOB for the first match it comes to, i.e. not taking into account the first name and giving me an incorrect DOB.
Does anyone know how I can use the VLOOKUP command to do this?
Or is there another option? A better, easier method?
Thanks!!!
Bookmarks