+ Reply to Thread
Results 1 to 3 of 3

conditional formatting again :s

  1. #1
    Registered User
    Join Date
    07-16-2012
    Location
    runcorn, england
    MS-Off Ver
    Excel 2003
    Posts
    1

    conditional formatting again :s

    hi guys,
    i have created a worksheet so i can track my workload for the service department where i work.

    i have the following columns
    SR/IR NUMBER
    SERIAL NUMBER
    CUSTOMER
    TRACKING NUMBER
    DELIVERED
    DATE BOOKED IN
    DAYS TO REC
    DECON COMPLETED
    ORACLE UPDATED
    RTC
    TRACKING NUMBER

    what i want excel to do is the following - when i enter something into column A (sr/ir number) i want the whole row to turn red
    then when i enter the date it arrives in colomn E (delivered) i want the row to turn orange and then when i enter a "Y" in to column I (oracle updated) it will then turn green

    i have done this before but the spreedsheet has been deleted and i have no idea what to look for.

    thank you in advance for your help :-)
    lee

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: conditional formatting again :s

    Hi

    Highlight your range.

    In Conditional format rules, put these formulas.

    1 rule) =$i1="Y">>>> GREEN

    2 rule)=$E1<>"">>>>ORANGE

    3 rule)=$A1<>"">>RED
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: conditional formatting again :s

    Presumably columns E and I are empty when the record is first created, and then E gets filled in subsequently, as does I. In that case you need to put the CF formulae in backwards, as there is a hierarchy built into the conditional formatting. Highlight all the data (and beyond) from A2 onwards, pull up the Conditional Formatting dialogue box and you should select "Formula Is" rather than "Cell Value Is" in the first box, and then enter this formula:

    =$I2="Y"

    Click on the Format button, choose the Patterns tab (for background colour), and then click on green. Click OK once, and then you want another condition.

    For this you also want Formula Is, and use this formula:

    =$E2<>""

    Click Format button again, and choose Orange from the colour chart, then OK, and set up another condition.

    For the 3rd condition you need this formula:

    =$A2<>""

    and then choose red. Finally, click OK twice to exit the CF dialogue box. Although you entered the formulae referencing row 2, Excel will automatically adjust those references to suit other rows.

    Hope this helps.

    Pete

    EDIT: Fotis is just too quick for me !! <bg>

+ 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