excel - vlookup with wildcard not working -


i'm working few large spreadsheets , can't seem vlookup work.

here i'm trying - in spreadsheet i'm working on need excel @ column b item code (09-k1450v/xxxl example). @ different sheet in column similar item code , spit color.

vlookup(b4539&"*",marketing!am3:am5428,71,false)

now issue (but wildcard should taking care of this) on marketing sheet item codes "09-k1450" without size or else.

scott craner had answer:

=vlookup(left(b4539,find("v",b4539&"v")-1) & "*",marketing!c3:dx5429,69,false)


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -