+ Reply to Thread
Results 1 to 4 of 4

Conditional Formatting depending on whether a cell is blank or not

  1. #1
    Registered User
    Join Date
    10-27-2014
    Location
    Greenwood, IN
    MS-Off Ver
    2007
    Posts
    2

    Conditional Formatting depending on whether a cell is blank or not

    I am building a spreadsheet for my boss to track some dates. I would like for Due Date cell to fill yellow when Completed cell is empty and today is 7 days prior to the Due Date. I would like for Due Date cell to fill red when D4 is empty and today is the due date. If Completed cell is populated, nothing should occur in Due Date cell as the dates come and go. Thanks for any help!!

    Due Date Completed

    11/5/2014 10/27/2014
    11/4/2014
    11/6/2014 11/1/2014
    11/7/2014
    11/7/2014 11/5/2014
    10/31/2014 10/31/2014
    10/30/2014 11/1/2014

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,743

    Re: Conditional Formatting depending on whether a cell is blank or not

    I would like for Due Date cell to fill red when D4 is empty and today is the due date
    use a conditional formatting formula
    =AND(D4="", C4=today() ) - for RED

    I would like for Due Date cell to fill yellow when Completed cell is empty and today is 7 days prior to the Due Date.
    =AND( D4="", C4 = today()+7 )
    format yellow
    that will only work for the 7th Day

    you can change the C4 value to be > or < if you want a range of days

    perhaps attach a sample spreadsheet with expected results coloured
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    10-27-2014
    Location
    Greenwood, IN
    MS-Off Ver
    2007
    Posts
    2

    Re: Conditional Formatting depending on whether a cell is blank or not

    etaf,

    Your solution appears to be working just fine!!! Thank You so much, I really appreciate it. If I can figure it out, I will most certainly enhance your reputation!!

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,743

    Re: Conditional Formatting depending on whether a cell is blank or not

    your welcome and thanks for the Rep

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Conditional formatting depending on cell
    By Jeffro2p in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-22-2014, 10:37 PM
  2. Conditional formatting depending on cell
    By Jeffro2p in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-07-2014, 03:07 PM
  3. [SOLVED] Conditional Formatting Depending on Value of Other Cell
    By Ednarb in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-18-2014, 01:14 PM
  4. [SOLVED] Excel 2007 : Conditional formatting depending on cell value
    By djsouljah in forum Excel General
    Replies: 2
    Last Post: 05-29-2012, 03:04 AM
  5. Conditional formatting depending on another cell
    By 123wc in forum Excel General
    Replies: 4
    Last Post: 01-26-2012, 01:16 PM

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