Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default matching text to text in excel

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default matching text to text in excel

Thankyou - went completly blank when doing it.

Am still probably going to need something more as I just found I could have
e.g Flat a, 21 Moore Park, in one colum and the next just "21 Moore Park" I
think I will need a formula that looks for "like" for Like Words in both
colums

But thankyou this did help.

"Stefi" wrote:

=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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default matching text to text in excel

=ISNUMBER(SEARCH(B1,A1))

returns true if B1 is contained in A1. Searching with wildcard characters
can also help you, make a search in Help with lokkup words "wildcard
characters"!

Regards,
Stefi

€˛Ikepri€¯ ezt Ć*rta:

Thankyou - went completly blank when doing it.

Am still probably going to need something more as I just found I could have
e.g Flat a, 21 Moore Park, in one colum and the next just "21 Moore Park" I
think I will need a formula that looks for "like" for Like Words in both
colums

But thankyou this did help.

"Stefi" wrote:

=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.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
count if matching text Araseli Excel Worksheet Functions 6 January 26th 09 09:04 PM
Matching 2 Text fields Sprowler Excel Worksheet Functions 3 October 14th 08 12:32 AM
Help with Matching Text Fields - Then Moving the Matching Cells Side by Side [email protected] Excel Discussion (Misc queries) 2 June 11th 07 02:38 PM
Matching Two Text Strings to see if Like caldog Excel Worksheet Functions 4 December 29th 06 09:53 PM
Matching Text SteveC Excel Worksheet Functions 5 March 24th 06 07:45 PM


All times are GMT +1. The time now is 05:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"