+ Reply to Thread
Results 1 to 3 of 3

How To Highlight Multiple Words With Conditional Formatting?

  1. #1
    Registered User
    Join Date
    10-19-2017
    Location
    Canada
    MS-Off Ver
    2010
    Posts
    1

    How To Highlight Multiple Words With Conditional Formatting?

    Hello,

    I am trying to do Conditional Formatting > Highlight Cell Rules > Text that contains -- but for multiple words at once.


    I have a list of seed words in A1 to A96

    I have my main list of words in B1 to B17582

    I want to highlight all traces of seed words in main list

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,540

    Re: How To Highlight Multiple Words With Conditional Formatting?

    Welcome to the forum!

    Use this formula CF rule:

    =B1=VLOOKUP(B1,$A$1:$A$96,1,0)

    and set it to apply to the range $B$1:$B$17582.

    This will highlight cells that match any in the list:

    Excel 2016 (Windows) 32 bit
    D
    E
    F
    3
    one one
    4
    five two
    5
    seven thee
    6
    none four
    7
    five
    8
    six
    9
    seven
    10
    eight
    11
    nine
    12
    ten
    Sheet: Sheet1
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Valued Forum Contributor
    Join Date
    09-07-2006
    Posts
    520

    Re: How To Highlight Multiple Words With Conditional Formatting?

    If the seed word(s) could appear anywhere within each cell in the main list of words, try this
    Select the range B1 to B17582
    then apply this formula for the Conditional Formatting:
    =SUMPRODUCT(ISNUMBER(SEARCH($A$1:$A$96,B1))*($A$1:$A$96<>""))>0
    ------------- ----------
    Any good? Hit the star at the bottom left

+ 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. Conditional formatting and highlight words from 2nd occurance is not working
    By Prasanna S in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-19-2017, 06:08 AM
  2. Replies: 3
    Last Post: 06-28-2016, 08:41 PM
  3. [SOLVED] Help with Conditional Formatting for multiple words that contain the same wording
    By rhett7660 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-05-2016, 06:11 PM
  4. Conditional Formatting with multiple words
    By Seasons23 in forum Excel General
    Replies: 3
    Last Post: 03-12-2015, 02:25 PM
  5. Replies: 5
    Last Post: 03-03-2015, 03:20 PM
  6. [SOLVED] Conditional Formatting for multiple words
    By HeebieGeebie in forum Excel General
    Replies: 4
    Last Post: 06-19-2012, 09:01 AM
  7. Replies: 12
    Last Post: 05-05-2012, 03:58 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