Results 1 to 6 of 6

Conditional Formatting of same cell - 7 conditions

Threaded View

  1. #1
    Registered User
    Join Date
    04-13-2010
    Location
    Ottawa, Ontario, Canada
    MS-Off Ver
    Excel 2003
    Posts
    9

    Exclamation Conditional Formatting of same cell - 7 conditions

    Hi,

    I'm trying to implement multiple conditional formatting in Excel 2003 for same cell. I've found threads that address similar issues, but I don't understand some of the syntax, and thus am unable to adjust it to my needs. Here is what I need done:

    In a range of cells, e.g. B4 to AF9, do the following actions, depending on the content of the cell:

    If Cell value is "H", then make the color of the cell, and font Neon (ColorIndex = 4?)
    If Cell value is "N", then make the color/font of the cell Yellow (ColorIndex = 27?)
    If Cell value is "S", then make the color/font of the cell Red (ColorIndex = 3?)
    If Cell value is "C", then make the color/font of the cell Purple (ColorIndex = 17?)
    If Cell value is "E", then make the color/font of the cell Gold (ColorIndex = 40?)
    If Cell value is "R", then make the color/font of the cell Blue (ColorIndex = 32?)
    Otherwise, leave cell blank

    I found this post that relates: http://www.excelforum.com/excel-prog...ther-cell.html but I'm not sure how it defines the range of cells. In particular, what does "If Not Intersect(cell, Range("E:E,J:J,O:O,T:T")) Is Nothing Then" mean?

    Any help would be much appreciated! Thanks
    Last edited by theirishdancer; 04-14-2010 at 10:53 AM.

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