+ Reply to Thread
Results 1 to 4 of 4

Conditional Format of column, if cell contains *name*

  1. #1
    Registered User
    Join Date
    11-07-2003
    Posts
    26

    Conditional Format of column, if cell contains *name*

    I don't have my think Hat on today. I've been trying to create a 'Conditional Formatting' for an entire column, wherein if a cell within the column contains specific text within the cells text-string, the cell color will change.

    Example: (I'm wanting to colorize any cell containing the text 'spare' in column "F" , as in:

    Assume all text strings are in column "F";

    Transistor - main board
    Transistor - main board spares <- should get colorized
    Diode - 1N4000
    Diode - 1N4000 / spare <-should get colorized.

    I've tried the following, without success.

    Formula is =$F:$F="*spare*"

    Thanks for any help you can provide !

    jay

  2. #2
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    Highlight column F, then in conditional formatting, Formula Is:

    =FIND("spare",F1)>0

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,681
    If you don't care about the case use SEARCH which will also format cells containing "Spare" or "SPARE", i.e. just

    =SEARCH("spare",F1)

  4. #4
    Registered User
    Join Date
    11-07-2003
    Posts
    26

    Thanks for both responses

    Hi there,

    Thanks to both of you for your responses, each of which works great. I was trying to my it too complicated.

    jay

+ 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