+ Reply to Thread
Results 1 to 3 of 3

Conditonal formatting based on text in cell, then highlight entire row

  1. #1
    Forum Contributor
    Join Date
    05-20-2013
    Location
    Ann Arbor, MI
    MS-Off Ver
    Excel 2010
    Posts
    255

    Conditonal formatting based on text in cell, then highlight entire row

    I have certain things written in my A column.

    I want to write conditional formatting to highlight an entire row if the A column contains the words '0-UNEXPECTED'

    I've tried this... but I have no idea what i'm doing.

    =AND(ISNUMBER(Search('0-UNEXPECTED',$A2)))

    Thanks!

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Conditonal formatting based on text in cell, then highlight entire row

    I think you need to just change the singe quotes to double quotes... and you don't need the AND for one condition....

    =ISNUMBER(Search("0-UNEXPECTED",$A2))

    you would select all the rows starting from row 2 and enter the conditional format above to colour the appropriate rows.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    05-20-2013
    Location
    Ann Arbor, MI
    MS-Off Ver
    Excel 2010
    Posts
    255

    Re: Conditonal formatting based on text in cell, then highlight entire row

    Thanks so much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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