Vlookup Problem

htchandler

New Member
Joined
Apr 17, 2011
Messages
47
I have a problem with Vlookup when it comes to the vlookup recognizing names, let me explain.

Tab 1 (Master sheet, 1 Column contains the name that I'm having problems with)
Tab 2 (A Cell on this tab is linked to the individuals name on tab 1 and is the tab where I have the vlookup formula)
Tab 3 (Sheet that I keep raw data...Names, SSNs, DOBs, etc, and the information I'm trying to make showup on Tab 2)

When I try to run the vlookup on a certain individual it comes back as indicating that the it's structured "vlookup(name,references cells with data on Tab 3,9,0) The formula works fine for everyone else, except this one guy. If I copy his name off the raw data sheet and paste it into the cell on tab 2, the vlookup works fine. I've tried setting fonts to all the same but have not found a solution. Again, it works fine for everyone except this on guy. Any ideas?
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
I have a problem with Vlookup when it comes to the vlookup recognizing names, let me explain.

Tab 1 (Master sheet, 1 Column contains the name that I'm having problems with)
Tab 2 (A Cell on this tab is linked to the individuals name on tab 1 and is the tab where I have the vlookup formula)
Tab 3 (Sheet that I keep raw data...Names, SSNs, DOBs, etc, and the information I'm trying to make showup on Tab 2)

When I try to run the vlookup on a certain individual it comes back as indicating that the it's structured "vlookup(name,references cells with data on Tab 3,9,0) The formula works fine for everyone else, except this one guy. If I copy his name off the raw data sheet and paste it into the cell on tab 2, the vlookup works fine. I've tried setting fonts to all the same but have not found a solution. Again, it works fine for everyone except this on guy. Any ideas?
See this...

http://contextures.com/xlFunctions02.html#Trouble
 
Upvote 0
0 and FALSE mean the same thing:

=VLOOKUP(A1,C:D,2,0)
=VLOOKUP(A1,C:D,2,FALSE)

Both formulas will work EXACTLY the same. Using 0 instead of FALSE saves a couple of keystrokes!


this i didnt know, thanx. learn something new every day :)
 
Upvote 0

Forum statistics

Threads
1,224,566
Messages
6,179,553
Members
452,928
Latest member
101blockchains

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top