View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
gear350z gear350z is offline
external usenet poster
 
Posts: 1
Default How do I match using partial or approximate values?

I want to compare/match data from two 1,000+ row spreadsheets where the
values are similar but not exactly alike. For example, on one spreadsheet I
have a name like John P. Smith Associates, and on the other spreadsheet I
have John Smith Assoc. I would like to find and return a match using a
partial value, such as "Smith Assoc" ...sort of using a wildcard containig
the value. I've tried using vlookup for exact and approx matches but it did
not work out for me.