+ Reply to Thread
Results 1 to 7 of 7

Conditionally Highlight Past-Due Dates Based on WORKDAY Grace Period

  1. #1
    Registered User
    Join Date
    09-03-2015
    Location
    Sunny Cali
    MS-Off Ver
    2007
    Posts
    16

    Conditionally Highlight Past-Due Dates Based on WORKDAY Grace Period

    I'd like to conditionally highlight past-due dates based on a 3 "workday" grace period.

    Example:
    If the date a project is slated to start is 11/16/17 and we want to provide a 3 day grace period that includes the start date, the cell shall highlight on 11/20/17 which will identify it as past-due.

    Additionally, I'd like to keep a count of all of these cells that are becoming past-due in a separate cell, so if there's a formula for that, it would help a ton!!

    All help is greatly appreciated!!!

  2. #2
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Conditionally Highlight Past-Due Dates Based on WORKDAY Grace Period

    see attached. I have used column D as helper to make things simple.
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Conditionally Highlight Past-Due Dates Based on WORKDAY Grace Period

    You can use similar concept to highlight cells based on today's date. Use TOADY() function.

  4. #4
    Registered User
    Join Date
    09-03-2015
    Location
    Sunny Cali
    MS-Off Ver
    2007
    Posts
    16

    Re: Conditionally Highlight Past-Due Dates Based on WORKDAY Grace Period

    OK, I see what you did there. I'm trying to make something a little more "all-inclusive" though. Currently I have a "Start Date" column, this is the one I'm trying to conditionally format. I have it set up right now to highlight all dates that are <= to today's date using this formula: =AND($H1<>"",$H1<=TODAY()). These cells currently highlight pink to show when they are due/past due. I'd like to have the formula modified so that they highlight only when they are 3 business days past the date in the column (ie. if a start date is 11/17/17, it won't highlight until 11/21/17, rather than it highlighting on 11/17/17 as it currently does).

    I hope this makes more sense. I've attached a spreadsheet showing what I'm talking about, all cells highlighted in orange are dates that should highlight based on this formatting.
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    11-27-2007
    Location
    New Jersey, USA
    MS-Off Ver
    2013
    Posts
    1,669

    Re: Conditionally Highlight Past-Due Dates Based on WORKDAY Grace Period

    see attached. Hope that helps.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    09-03-2015
    Location
    Sunny Cali
    MS-Off Ver
    2007
    Posts
    16

    Re: Conditionally Highlight Past-Due Dates Based on WORKDAY Grace Period

    Thanks for the help Modytrane. I wound up modifying this formula =COUNTIFS(H:H,"<="&TODAY(),H:H,"<="&WORKDAY(TODAY(),-3,'Holiday List'!B2:B300)) which worked perfectly for the formula portion. I've yet to get your conditional formatting to work for me no matter how hard I try. I'll keep at it tomorrow. Thanks again!

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,570

    Re: Conditionally Highlight Past-Due Dates Based on WORKDAY Grace Period

    Reading the preceding posts I assume that the actual date the project started is what should go into column H. With that in mind the following formula could be used to populate column C:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The following formula could be used as a conditional formatting rule, and applied to the range A2:A143 =C2>=3
    In the attached copy of the file dates have been placed in some of the cells in column H to demonstrate how the formulas work.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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. solving the grace period formula
    By gerard_gonzales33 in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 03-08-2018, 02:08 AM
  2. Calculate loan with Grace period
    By ahmedbassiouny in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-04-2017, 10:31 AM
  3. Loan amortization with grace period
    By marj0909 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-02-2016, 02:17 PM
  4. [SOLVED] Macro to highlight rows based on workday dates
    By Wedge120 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-25-2014, 03:39 PM
  5. conditionally format entire row for dates 15 days past today's date?
    By chalter in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2014, 11:46 AM
  6. [SOLVED] Automatic Withdrawls: Calculate future dates, convert to workday, which pay period
    By Canuck 'Eh in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-23-2014, 12:23 PM
  7. Loam Amortization With Grace Period
    By sphinx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-13-2007, 07:30 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