Vlookup using text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does Vlookup match text exactly? In other words if I have part number that's
got -, and alphanumeric characters, can Vlookup function in the table? If
not, is there a workaround. I currently have a spreadsheet formatted as text
and keep getting the #NA error even though I can do a manual search and find
matches.
 
Likely, your range to look in is incorrect. Usual syntax:
=vlookup(a1,sheetname!$A$1:$D:$500,false)
You need the false if the column in your lookup range is not sorted.
************
Anne Troy
www.OfficeArticles.com
 
Is the data sorted? If so, add ,False at the end

=VLOOKUP(value,lookup_table,col, False)


--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

VLOOKUP Question 6
vlookup formatting problem 1
Match and Vlookup issue 2
Unusual VLookup in 2007 6
Converting Text 9
VLOOKUP 4
Help With VLOOKUP 2
Searching the formula (not the value) for a text string 1

Back
Top