+ Reply to Thread
Results 1 to 5 of 5

conditional formatting cell if blank within a time frame

Hybrid View

  1. #1
    Registered User
    Join Date
    01-24-2012
    Location
    FL
    MS-Off Ver
    Excel 2007
    Posts
    2

    conditional formatting cell if blank within a time frame

    I am tracking a time line of how files move through my office....

    So at inception we have a date and I would like the cells to color code if there is no activity with x days

    so like below ... if the cells are blank at the day value then they change color


    Is this possible?


    C1
    04/05/11
    D1
    Red at 30 days
    E1
    red at 60 days
    F1
    red at 90 days

  2. #2
    Valued Forum Contributor
    Join Date
    05-19-2010
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    391

    Re: conditional formatting cell if blank within a time frame

    try this in D1 formula is
    =and(A1=today()-30,D1=0)
    format red
    in E1
    =and A1=today()-60,E1=0)
    format red
    in F1
    =and (A1=today()-90,F1=0)
    format red

  3. #3
    Registered User
    Join Date
    01-24-2012
    Location
    FL
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: conditional formatting cell if blank within a time frame

    this returns (FALSE)

  4. #4
    Valued Forum Contributor
    Join Date
    05-19-2010
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    391

    Re: conditional formatting cell if blank within a time frame

    sorry --- replace A1 with C1 >>> if this does not work for you check out this file
    Attached Files Attached Files

  5. #5
    Valued Forum Contributor
    Join Date
    05-19-2010
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2010
    Posts
    391

    Re: conditional formatting cell if blank within a time frame

    you must enter this formula in -- conditional format / new rule / use a formula to determine which cells to format >>> apply formula and format your colour

+ 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