vlookup and text

  • Thread starter Thread starter John S
  • Start date Start date
J

John S

howdy. i need to place data in a specific cell by looking
up data from a range. some vlookup will contain both
numbers and letters (example, 123a). how can i write the
formula to look up alpha numerics? here is the formula i
am currently using:

=IF(V13="","",VLOOKUP(V13,Input!$A$39:$D$239,4,FALSE))

thanx for you help
 
John, the formula is correct, the only thing to keep in
mind regarding VLOOKUPs is that it will search for the
exact text, numeric or otherwise that the user types in
V13.

HTH,
Kevin M
 
John

No with you I'm afraid. The formula you are using will look up *any* value
in V13 in the 'lookup' table. It matters nothing if it is numeric, text or
a mix. It is just (in your case (FALSE)), looking for an exact match

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)
 
thanks to Nick Hodge for his help.
-----Original Message-----
John

No with you I'm afraid. The formula you are using will look up *any* value
in V13 in the 'lookup' table. It matters nothing if it is numeric, text or
a mix. It is just (in your case (FALSE)), looking for an exact match

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
(e-mail address removed)





.
 

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

Back
Top