I have a vlookup() function that uses a Company Name as a lookup value, checks a table for the same company and pulls some sales data from that table. Seems easy enough, right?
Problem is I'm getting only about 10 returns where I should be getting about 500. The other 490 are giving me #N/A returns. The company names in both tables are identical in spelling, capitalization, and punctuation. The lookup table is sorted by customer name, both the "customer name" collumns in the primary table and the sales data table are formated as text (some of the companies have numbers in their names), but still I get these errors in the formula return.
Anyone have any other ideas I may be missing?
Here's the formula in case it helps:
=vlookup(A2, Sales!$A$2:$E$568, 5, False)
Problem is I'm getting only about 10 returns where I should be getting about 500. The other 490 are giving me #N/A returns. The company names in both tables are identical in spelling, capitalization, and punctuation. The lookup table is sorted by customer name, both the "customer name" collumns in the primary table and the sales data table are formated as text (some of the companies have numbers in their names), but still I get these errors in the formula return.
Anyone have any other ideas I may be missing?
Here's the formula in case it helps:
=vlookup(A2, Sales!$A$2:$E$568, 5, False)