View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Stefi Stefi is offline
external usenet poster
 
Posts: 2,646
Default matching text to text in excel

=LEFT(A1,10)=LEFT(B1,10)
returns TRUE if the first 10 characters are the same.

Regards,
Stefi

€˛Ikepri€¯ ezt Ć*rta:

I have two sets of address in two colums, I want to only look at those that
are different. First problem is some are the same but not entered exactly the
same.

If there is a was of counting the first say ten characters of colum a and
first ten of colum b and check if similar this would help.