Results 1 to 2 of 2

Conditional Formating 4 conditions

Threaded View

  1. #2
    Registered User
    Join Date
    10-25-2003
    Posts
    20
    First Part
    =IF(E1>0,"GREEN",IF(F1<=TODAY(),"RED",IF(F1<=TODAY()+5,"YELLOW",IF(F1<=TODAY()+365,"WHITE","GREEN")))) will set the text, then use conditional formating for the column to identify the "RED", "YELLOW" and "GREEN" components, the cell should be formatted as WHITE already, the last "GREEN" in the statement could be anything you want.

    Should also mention adjust references as necessary, the first part of the statement allows any value, so even if you don't enter a date but mark it as complete it will still work.

    IF statments rely on finding the first 'TRUE' value, all the rest are then disregarded
    Last edited by Maurice; 05-28-2005 at 06:12 AM.
    Mole

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