+ Reply to Thread
Results 1 to 2 of 2

Conditional Formatting based on end date and status

  1. #1
    Registered User
    Join Date
    03-25-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    6

    Conditional Formatting based on end date and status

    If C12 has the end date and G12 has the status, how can I add a conditional format for the cells to turn red if the end date is greater than today, and the status is anything other than "Completed"

    Your help would be greatly appreciated!

    Thanks!

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,933

    Re: Conditional Formatting based on end date and status

    try this...
    =and(c12>today(),g12<>"Completed")

    you may have to play around with absoluting ($), depending on what you are doing
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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