#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default Vlook up

I am doing vlookup on 2 spreadsheets. One has names capitalized and the other
does not. I am trying to compare the sheets and see which names appear on
both sheets and those that do not. Does the fact that some names are
capitalized and the others are not make a difference?
My vlookup will not pulls up only 3 names that appear on both sheets but i
have more than that. Please help me. I can email the spreadsheet for further
assistance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Vlook up

Worksheet formulas like =vlookup() don't care about case.

But they do care about other things.

I'd review the notes for troubleshooting =vlookup() formulas from Debra
Dalgleish:

http://contextures.com/xlFunctions02.html#Trouble

Martha wrote:

I am doing vlookup on 2 spreadsheets. One has names capitalized and the other
does not. I am trying to compare the sheets and see which names appear on
both sheets and those that do not. Does the fact that some names are
capitalized and the others are not make a difference?
My vlookup will not pulls up only 3 names that appear on both sheets but i
have more than that. Please help me. I can email the spreadsheet for further
assistance.


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Vlook up

Vlookup will look up exact matches for capital letters and lower or
proper case.

There may be other characters (like spaces) in one of the cell
entries, which will return no match. Examine 1 or 2 that should match
but don't, and you might find the issue. For example Bob Smith will
look up BOB SMITH. But Bob Smith will not lookup Bob Smith. Spaces
can be leading or trailing in the cell. Check that out.

And make sure you use the false switch (i.e. vlookup(A1,mytable,
2,false).

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VLOOK UP Kashif Excel Worksheet Functions 5 October 15th 07 07:30 AM
VLOOK-pivot table expanding want to update vlook automatically CrimsonPlague29 Excel Worksheet Functions 0 August 8th 07 09:44 PM
VLOOK-pivot table expanding want to update vlook automatically CrimsonPlague29 Excel Worksheet Functions 0 August 8th 07 09:44 PM
vlook up arcticale Excel Discussion (Misc queries) 1 January 25th 06 09:36 PM
#N/A with Vlook up Guy Wates Excel Discussion (Misc queries) 1 October 14th 05 02:02 PM


All times are GMT +1. The time now is 02:31 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"