+ Reply to Thread
Results 1 to 3 of 3

Help with tricky conditional format

  1. #1
    Registered User
    Join Date
    08-13-2015
    Location
    UK, London
    MS-Off Ver
    Excel 2010
    Posts
    2

    Help with tricky conditional format

    Hi,

    Hoping somebody can help me. I have a large excel sheet that i use to track forecast delivery dates. The columns are split into multiple dependencies (one column has the forecast date and the column to the right of this has the actual date). I am trying to use a conditional format that can pick out dates that are overdue and fill it with colour when the cell in the column to the right of it is blank.

    So if A1 has a date (or no date) and this date is in the past AND then if B1 is blank fill A1 with Amber etc.

    I hope that makes sense but basically i want to format the entire sheet of dates and try to highlight where a forecast date is overdue and the actual date in the column to the right has not been claimed.

    Thanks in advance.

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Help with tricky conditional format

    Formula:

    =AND(OR(A1="",A1<Today()),B1="")

    Fill as needed
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    08-13-2015
    Location
    UK, London
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Help with tricky conditional format

    Thanks daffodil11 - this worked perfectly!

+ 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. A tricky Conditional Formatting question...
    By mindfire in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-26-2015, 08:34 AM
  2. [SOLVED] Tricky Conditional VLookup
    By Kapital in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 12-09-2013, 07:24 AM
  3. Tricky conditional formatting
    By ZoharFurman in forum Excel General
    Replies: 1
    Last Post: 10-27-2013, 12:49 PM
  4. [SOLVED] Tricky Date Format
    By jomili in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-31-2012, 01:49 PM
  5. [SOLVED] tricky conditional formatting!
    By wannabe_guru in forum Excel General
    Replies: 14
    Last Post: 05-07-2012, 09:34 AM
  6. [SOLVED] A tricky format question
    By Digital2k in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-28-2006, 03:10 AM
  7. Replies: 7
    Last Post: 01-09-2006, 09:15 AM

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