View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom Peo Sjoblom is offline
external usenet poster
 
Posts: 3,268
Default Vlookup using partial word, first 4 letters

It works fine, you need to array enter it with ctrl + shift & enter

=VLOOKUP("abcd",LEFT(A3:B50,3),2,0)


as an example of the first 4 letters,

--


Regards,


Peo Sjoblom


"headly" wrote in message
...
Searching for a value in a table array, spelling may not match exactly
(i.e.
hyphen, no hyphen, apostrophe, no apostrophe) so I wanted to try matching
the
first 4-5 letters of the word. Tried to use left with search but no luck.
Any
ideas appreciated. TIA