Results 1 to 7 of 7

Conditional Formatting - Upcoming Dates and Blanks

Threaded View

  1. #6
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,101

    Re: Conditional Formatting - Upcoming Dates and Blanks

    so we are onlyinterested in thejobs that have started or are in 2 weeks
    =AND(C4-TODAY()>=0,C4-TODAY()<=14). When a job has started, it highlights the cell red using =C4<TODAY().

    so we could use those rules

    =OR ( AND($C4-TODAY()>=0,$C4-TODAY()<=14) , $C4<TODAY() )

    and ADD
    D4=""

    so

    =AND( OR( AND($C4-TODAY()>=0,$C4-TODAY()<=14) , $C4<TODAY() ) , D4 ="")

    probably can simplify this down - BUT just using your logic so far

    see attached
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 06-06-2014, 07:40 AM
  2. Replies: 11
    Last Post: 05-04-2014, 08:28 PM
  3. [SOLVED] Due dates formula in conditional formatting that ignores blanks
    By ciapul12 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-31-2013, 08:48 AM
  4. Conditional formatting, with dates and blanks
    By jjsweeney in forum Excel General
    Replies: 1
    Last Post: 10-07-2013, 04:40 AM
  5. Replies: 9
    Last Post: 03-26-2012, 02:16 PM

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