View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
sajay[_2_] sajay[_2_] is offline
external usenet poster
 
Posts: 13
Default Comparing text strings

really interestgin

one way is to
trim all names and sort colums and compare first few letters then
compare last names (last name with mid() function).

yours
sajay




"Comparing columns with text" <Comparing columns with
wrote in message
...
I have two columns populated with names and I need to compare them for
duplicates. Some duplicate names may contain middle initial or middle
names
and some don't. So they may not be EXACT. Please give me suggestions on
formulas or funcions that would help me accomplish this task.
Thanks.