+ Reply to Thread
Results 1 to 3 of 3

Matching similar (not duplicate) terms in 2 columns

  1. #1
    Registered User
    Join Date
    10-13-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    4

    Matching similar (not duplicate) terms in 2 columns

    Hi eveyrone,

    Haven't been able to find an answer about this after scouring the web, so hopefully you can help me out!

    I have two columns E.g.

    A
    Product
    Apple Juice
    Orange Juice
    Grape Juice
    Grapefruit Juice
    Melon Juice
    Watermelon Juice

    B
    Product
    Apple
    Orange
    Cherries
    Plum
    Pear
    Banana

    I am trying to match the terms in column B to column A to see if any of the first words are repeated. E.g. in the example above, Apple and Orange would be highlighted in column B (as the part of this cell content appears in A).

    Is this do-able?

    Thanks very much for any help you can offer- it's much appreciated!

    -Fred

  2. #2
    Valued Forum Contributor
    Join Date
    10-13-2010
    Location
    Sunderland, England
    MS-Off Ver
    Excel 2007 (Home) / 2003 (Work)
    Posts
    740

    Re: Matching similar (not duplicate) terms in 2 columns

    You could highlight the range and use the following conditional formatting:

    =COUNTIF(A:A,"*"&B2&"*")>0

    or similarly add a helper column to flag up with an X:

    =IF(COUNTIF(A:A,"*"&B2&"*")>0,"X","")

  3. #3
    Registered User
    Join Date
    10-13-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Matching similar (not duplicate) terms in 2 columns

    Thank you so much! Just tried it and so far so good.

    Thanks again...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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