Thread: VLOOKUP Help --
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default VLOOKUP Help --

If you use the TRUE argument your list needs to be sorted:
http://www.ozgrid.com/Excel/excel-vlookup-formula.htm

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Voldemore" wrote:

Ok, I know i'm probably missing something simple. I created a simple VLOOKUP
to pull contact information from our customer base. All I want it to do is
pull the contact name and phone number when I type in the company name.
Problem is, when I enter an approximate name (not exact... I.e. microsoft
instead of Microsoft Corporation), it pulls the information in the cell ABOVE
the company info.

Table:
Apple, Inc. Steve Jobs 800-800-0800
Microsoft Corporation Bill Gates 900-900-0900

I type in Microsoft, I get Steve Jobs and 800-800-0800. If I type in
microsoft corporation, I get the correct information. What am I doing wrong?

Excel 2003.
Formula: =VLOOKUP(AO7,Contactlist,12,TRUE)