Thread: vlookup error
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rr rr is offline
external usenet poster
 
Posts: 20
Default vlookup error

I am getting a #NA error on a vlookup function. This is an excerpt of the
table. The actual table is 54,000 rows long, has 3 columns, is sorted by the
left column. THe cells in the left column contain trim functions of the
middle column and contains data that starts with special characters (like #
and * and ~), numeric and alpha characters. An example of the table would be
something like this:

G H
I
* EXPEDITE FEE * EXPEDITE FEE EXPEDITE FOR QUICK DELIVERY
~PUR COST VAR ~PUR COST VAR Purchase Price Variance
~SHOP MATERIAL ~SHOP MATERIAL MISCELLANEOUS MATERIALS
ADA10"MAKB6 ADA10"MAKB6 Convert 10" MAK B6 to NACE

The formula that returns #N/A is:

=VLOOKUP(A16,G1:I46949,3,FALSE)

where A16 is ~SHOP MATERIAL. Why does the give me an error.

Thanks for your help. I need the answer to give me the exact result or an
error. I have never had this problem before with the False Range_lookup
indicator.