I currently am having issues using VLOOKUP to find matches within columns.
In column A I have Customer Names and in Column B I have corresponding phone numbers to each customer.
In Column D I have a List of possible customer names, and I want to populate column E with their phone number if ones exists.
The current forumula I'm using is:
=VLOOKUP(D2,$A$2:$B$10706,2,FALSE)
Where D2 is the first 'Customer Name'
$A$2:$B$10706 being the Full range of columns A+B
Where index 2 is the phone number to return on a match
FALSE denoting that only exact matches be returned.
I Keep receiving an #N/A error even for exact matches I've gone through and manually found, and I'm not sure why.
Can anyone offer some direction?

TRUElike=D2=A35where A35 is a supposed match to D2. - Scott Craner