+ Reply to Thread
Results 1 to 5 of 5

Match columns where a string/word exist in another column with more strings/words

  1. #1
    Registered User
    Join Date
    08-22-2017
    Location
    Pretoria
    MS-Off Ver
    2016
    Posts
    2

    Match columns where a string/word exist in another column with more strings/words

    Hi,
    I need expert advise on how to compare/match two columns where data is not unique but contains matching data in MS Excel. compare column A and B and put results in column C. For example.

    Column A:
    1. "John S O"
    2. "Mike PM"
    3. "Justice C"

    Column B:
    1. "John Soap Orange"
    2. "Mike Piper"
    3. "Jackson Guy"

    Column C: with search results
    1. True
    2. True
    3. False

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Match columns where a string/word exist in another column with more strings/words

    Here is one formula that you can try

    =LEFT(A1,FIND(" ",A1)+1)=LEFT(B1,FIND(" ",B1)+1)

    It compares the first name and the first initial of the last name in both columns.

  3. #3
    Registered User
    Join Date
    08-22-2017
    Location
    Pretoria
    MS-Off Ver
    2016
    Posts
    2

    Re: Match columns where a string/word exist in another column with more strings/words

    Thank you so much...it works!!!

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Match columns where a string/word exist in another column with more strings/words

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Match columns where a string/word exist in another column with more strings/words

    You're welcome. Happy to help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Search Text String for Match in a Column of Key Words
    By letsgobuffalo in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-29-2017, 06:04 AM
  2. [SOLVED] Formula to match words in strings?
    By Biff1978 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-27-2015, 10:52 AM
  3. can i Search multiple words in the selected columns(D) and copy word to the ('E') column
    By bharath.achar in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-13-2015, 05:29 AM
  4. Match words from a list with strings in a excel column
    By rusd in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-23-2014, 10:00 AM
  5. [SOLVED] Find text string exist in cell from keys words
    By johnodys in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-11-2013, 01:56 AM
  6. match string in column with array of words
    By bkdimri in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-16-2013, 04:28 AM
  7. Compare a string in two columns, if match then append string from third column
    By Londonderry in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-22-2007, 03:41 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1