+ Reply to Thread
Results 1 to 3 of 3

highlighting the cells using conditional formatting

  1. #1
    Forum Contributor
    Join Date
    07-20-2009
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    203

    highlighting the cells using conditional formatting

    Hi!

    Is it possible to highlight a1:h1 if cell a2 contains dark?

    i used this code in cell i1-->=MATCH("dark",a2,0)

    and i dont know what's next, my friend in the office told me to use conditional formatting but he's not sure, im confuse... someone?


    Thanks...
    Last edited by darkhangelsk; 08-19-2009 at 10:47 PM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: highlighting the cells using conditional formatting

    Hi Dark,

    1. Select cells A1:H1 and click Conditional Formatting on the Home ribbon.
    2. Click New Rule, then select 'Use formula to determine which cells to format'
    3. Use the following formula in the box provided: =ISNUMBER(FIND("dark",$A2))
    4. Click the Format... button and select the formatting you want
    5. Click OK twice to return to your sheet, and test the formatting.

    That should do it!

  3. #3
    Forum Contributor
    Join Date
    07-20-2009
    Location
    philippines
    MS-Off Ver
    Excel 2007
    Posts
    203

    Re: highlighting the cells using conditional formatting

    yay, it works! Thanks a lot!

+ 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