+ Reply to Thread
Results 1 to 5 of 5

Moving Friday Commitment to Monday

  1. #1
    Registered User
    Join Date
    09-25-2003
    Posts
    46

    Moving Friday Commitment to Monday

    Hi, all.

    I have a delivery schedule that I'm working on measuring the Planned Arrival (column B) against the Actual Arrival (column A). These dates are generated by my internal program.

    I have a business rule that allows one extra day in specific situations. The system doesn't capture that criteria, so I need to add a Modified Arrival Column into my report (column C) when the rule exists.

    The trouble happens is when I need to shift a Friday delivery to Monday, since adding 1 puts the modified date on Saturday, which still will be off from what is intended.

    I attached a file with sample data. If someone has a why of modifying my formula to adjust for the weekend, I'd love the feedback.

    Thanks,

    Stac
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-09-2012
    Location
    Hayes, VA
    MS-Off Ver
    Excel 2010
    Posts
    31

    Re: Moving Friday Commitment to Monday

    =IF(E9<>"",IF(TEXT(A9,"DDD")="FRI",A9+3,A9+1)) in B9 should do it.

  3. #3
    Registered User
    Join Date
    09-25-2003
    Posts
    46

    Re: Moving Friday Commitment to Monday

    Excellent! That worked. Thanks much.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,721

    Re: Moving Friday Commitment to Monday

    You can also use WORKDAY function to add a specified number of days to a date, this version in B2 will add 1 workday if there's an entry in E2, otherwise none

    =WORKDAY(A2,(E2<>"")+0)
    Audere est facere

  5. #5
    Registered User
    Join Date
    09-25-2003
    Posts
    46

    Re: Moving Friday Commitment to Monday

    Good call. I'll tinker with that too.

+ 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