Thread: Wildcard string
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
mdbct
 
Posts: n/a
Default Wildcard string


You ned to concatenate your *s to the cell reference. Your formula would
be:
=vlookup("*"& A2 & "*", data_range,2,false)


--
mdbct
------------------------------------------------------------------------
mdbct's Profile: http://www.excelforum.com/member.php...o&userid=28733
View this thread: http://www.excelforum.com/showthread...hreadid=487236