Apply Conditional Formatting to Overdue Dates in Excel (3 Ways)

In this article, we will be using a project deadline list as a dataset to demonstrate all the methods.

basic dataset


Method 1 – Apply Conditional Formatting to the Overdue Dates Using Less Than Command in Excel

Suppose you want to highlight all the cells containing dates before a specific date.

Steps:

  • Select the range of cells where you want to apply the formatting.
  • Go to Home and select Conditional Formatting.
  • Choose Highlight Cells Rules, then Less Than.

Apply Conditional Formatting to the Overdue Dates Using Less Than Command in Excel

  • The Less Than dialog box will appear. In the box, insert a date based on which all the cells containing dates before it will be highlighted with color.
  • For instance, we’ve inserted the date 2/18/2021.
  • Hit the OK button.

  • You will get cells highlighted with color as in the image below:

Read more: Apply Conditional Formatting for Dates Older than Today


Method 2 – Use Today Function to Apply Conditional Formatting to the Overdue Dates in Excel

  • Select the range of cells where you want to apply the conditional formatting.
  • Go to Home, Conditional Formatting, and New Rule.

Use Today Function to Apply Conditional Formatting to the Overdue Dates in Excel

  • A New Formatting Rule dialog box will pop up.
  • From the dialog box, select Format only cells that contain.
  • Select less than under Format only cells with field.
  • In the box, insert the function
=TODAY()
  • Choose the format color using the Format option and selecting fill and text colors. We left it as orange fill.
  • Hit OK.

Usage of Today Function to Apply Conditional Formatting to the Overdue Dates in Excel

  • You will get all the cells highlighted with orange color.

Read more: Excel Conditional Formatting Based on Date


Method 3 – Use New Rule to Apply Conditional Formatting to the Overdue Dates in Excel

For example, we want to highlight those dates that differ more than 10 days from another inserted date which is 1/5/2021.

Steps:

  • Select the range of cells where you want to apply the conditional formatting.
  • Go to Home, click on Conditional Formatting, and select New Rule.

Use New Rule to Apply Conditional Formatting to the Overdue Dates in Excel

  • A New Formatting Rule dialog box will appear.
  • Select Use a formula to determine which cells to format.
  • Insert the following formula in the Format values where this formula is true box:
=$C$16-C5>10
  • Choose a formatting color using the Format command.
  • Hit the OK button.

When you are done with all of these, you will see your intended cells are highlighted with the color that you’ve chosen using the Format command as in the picture below:

Read more: Excel Conditional Formatting for Dates within 30 Days


Things to Remember

Always select the cells before applying the Conditional Formatting command.

Press CTRL + Z to undo the Conditional Formatting command.


Download the Practice Workbook

You are recommended to download the Excel file and practice along with it.


Related Articles

<< Go Back to Conditional Formatting Based on Date | Conditional Formatting | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Mrinmoy Roy
Mrinmoy Roy

Mrinmoy Roy, a dedicated professional with a BSc in Electronics and Communication Engineering from Khulna University of Engineering & Technology, Bangladesh, brings over two years of expertise to the ExcelDemy project. As a prolific contributor, he has authored around 180 articles, showcasing his deep knowledge and passion for Microsoft Excel, Data Analysis, and VBA. His unwavering commitment to continuous learning, combined with versatile skills, renders him well-suited for roles in data management and spreadsheet solutions. He has interest... Read Full Bio

4 Comments
  1. How do I unhighlight an overdue date once the task is complete. So column b is the due date. It automatically turns red when it is past todays date. If I add the completed date in column c, how can I automatically unhighlight the column b cell to show it’s not loger overdue?

    • Hi Les,
      Conditional Formatting is a static feature. Being a static feature, it doesn’t update itself automatically. However, you can apply the conditional formatting again with the default cell color to unhighlight all the completed dates.
      Regards!

  2. Hello – How can I use conditional formatting to display a date in red only if, a) the status in another column does not equal complete, and b) the date is less than or equal to today?

    Column D contains my Due Date
    Column F contains the Completion Status

    Basically, I’m trying do this but don’t know how: If the date in D is today or older AND the status does not equal complete then I want the date to turn red.

    Also, would like to gray out any dates with a status of complete.

    • Hello TAB,
      Thanks for your feedback. You can easily do that by using a simple formula.
      Follow the steps:
      1. Select the range of dates.
      2. Click on the Conditional Formatting command from the Home tab.
      3. Then select New Rule.
      4. Select “Use a formula to determine which cells to format”.
      5. After that, insert the formula in the “Format values where this formula is true box”-
      =AND(D1<=TODAY(),F1<>"Complete")
      6. Choose the Red fill color from the Format command.
      7. Finally, hit the OK button.

      *To gray out the dates with complete status, use the following rule and Gray fill color:
      =AND(D1<=TODAY(),F1="Complete")

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo