+ Reply to Thread
Results 1 to 4 of 4

Conditional Formatting - Range of Dates

  1. #1
    Ann
    Guest

    Conditional Formatting - Range of Dates

    I'm setting up a "tasks" spreadsheet and using condition formatting to
    alert missed dates. This is a simple formula, but I'm still struggling.
    If I use the formula below for past due tasks, all cells appear red
    except those due today and in the future. How do I write the formula
    for Condition 3 so I'm not highlighting empty cells?

    Condition 1: =$D4=TODAY() [green cell]


    Condition 2: =$B4="Closed" [grey cell]


    Condition 3: =$D4<TODAY() [red cell]




  2. #2
    Ardus Petus
    Guest

    Re: Conditional Formatting - Range of Dates

    Condition 3: =AND($D4<>"",$D4<TODAY())

    HTH
    --
    AP

    "Ann" <Ann@discussions.microsoft.com> a écrit dans le message de news:
    D8413320-9C42-4451-ABDC-469A09A4E545@microsoft.com...
    > I'm setting up a "tasks" spreadsheet and using condition formatting to
    > alert missed dates. This is a simple formula, but I'm still struggling.
    > If I use the formula below for past due tasks, all cells appear red
    > except those due today and in the future. How do I write the formula
    > for Condition 3 so I'm not highlighting empty cells?
    >
    > Condition 1: =$D4=TODAY() [green cell]
    >
    >
    > Condition 2: =$B4="Closed" [grey cell]
    >
    >
    > Condition 3: =$D4<TODAY() [red cell]
    >
    >
    >




  3. #3
    papou
    Guest

    Re: Conditional Formatting - Range of Dates

    Hello
    I would suggest you amend:
    =AND($D4<>"",$D4=TODAY())
    =AND($D4<>"",$D4<TODAY())


    HTH
    Cordially
    Pascal

    "Ann" <Ann@discussions.microsoft.com> a écrit dans le message de news:
    D8413320-9C42-4451-ABDC-469A09A4E545@microsoft.com...
    > I'm setting up a "tasks" spreadsheet and using condition formatting to
    > alert missed dates. This is a simple formula, but I'm still struggling.
    > If I use the formula below for past due tasks, all cells appear red
    > except those due today and in the future. How do I write the formula
    > for Condition 3 so I'm not highlighting empty cells?
    >
    > Condition 1: =$D4=TODAY() [green cell]
    >
    >
    > Condition 2: =$B4="Closed" [grey cell]
    >
    >
    > Condition 3: =$D4<TODAY() [red cell]
    >
    >
    >




  4. #4
    Ivan Raiminius
    Guest

    Re: Conditional Formatting - Range of Dates

    Hi Ann,

    Condition 3: =($D4<TODAY())*($d4<>0)

    Regards,
    Ivan


+ 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