+ Reply to Thread
Results 1 to 6 of 6

Need Help with a Delivery Schedule Formula

  1. #1
    Registered User
    Join Date
    05-19-2020
    Location
    New York
    MS-Off Ver
    2019
    Posts
    2

    Need Help with a Delivery Schedule Formula

    So I was tasked with a very peculiar challenge...calculating delivery dates using an Excel formula.

    I'm new to Excel especially when it comes to formulas and I haven't grasped most of the basic functions yet

    Here is my scenario:

    I have a requirement that if I receive an order today it will be delivered the next business day. So when I receive an order I want to record the correct delivery date based on the day of the week the order was placed

    If the day is Monday thru Thursday then add 1 day

    If the day is Friday then it will deliver the following Monday

    If the day is Saturday or Sunday then it will deliver on Tuesday (since it is treated as if it was placed on Monday)

    Attached is the workbook I'm playing around with, I've tried working with the WORKDAY() function but I believe this goes more complex into conditionals
    Attached Files Attached Files
    Last edited by Ralkage; 05-19-2020 at 03:48 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,350

    Re: Need Help with a Delivery Schedule Formula

    Welcome to the forum.

    i am not at all clear why you think this is a "peculiar" request - we get people asking about this all the time!
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    05-19-2020
    Location
    New York
    MS-Off Ver
    2019
    Posts
    2

    Re: Need Help with a Delivery Schedule Formula

    Seems I need to lurk around some more! haha.

    I had issues managing attachments but I've attached my spreadsheet to my OP
    Last edited by AliGW; 05-19-2020 at 03:54 AM. Reason: Please don't quote unnecessarily!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,350

    Re: Need Help with a Delivery Schedule Formula

    Try this for size:

    =WORKDAY.INTL(A3,1)+IF(WEEKDAY(A3,2)>5,1,0)

    Excel 2016 (Windows) 32 bit
    A
    B
    C
    D
    E
    1
    Expected Value
    2
    Order Date Week Day Delivery Date Your Value
    3
    18/05/2020
    Monday
    19/05/2020
    19/05/2020
    4
    22/05/2020
    Friday
    25/05/2020
    25/05/2020
    5
    23/05/2020
    Saturday
    26/05/2020
    26/05/2020
    6
    24/05/2020
    Sunday
    26/05/2020
    26/05/2020
    7
    25/05/2020
    Monday
    26/05/2020
    26/05/2020
    Sheet: Sheet1

    Administrative Note:

    Please don't quote whole posts, especially when you are responding to the one immediately preceding your own - it's just clutter. It's OK to quote if you are responding to a post out of sequence, but limit quoted content to a few relevant lines that makes clear to whom and what you are responding. Thanks!

    For normal conversational replies, try using the QUICK REPLY box below or the REPLY button instead of REPLY WITH QUOTE.

  5. #5
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,662

    Re: Need Help with a Delivery Schedule Formula

    First shot:
    Please Login or Register  to view this content.
    Quang PT

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2505 (Windows 11 Home 24H2 64-bit)
    Posts
    91,350

    Re: Need Help with a Delivery Schedule Formula

    Thanks for the rep. Glad you liked the solution.

+ 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. [SOLVED] Delivery Schedule
    By didierkassas in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-16-2018, 06:40 AM
  2. [SOLVED] Delivery schedule KPI's
    By arthurphil in forum Excel General
    Replies: 5
    Last Post: 01-21-2015, 09:14 AM
  3. Delivery Schedule Percentage
    By whodatfan2009 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-27-2014, 11:11 PM
  4. [SOLVED] Making a Delivery Schedule
    By Wictolia in forum Access Tables & Databases
    Replies: 6
    Last Post: 11-21-2013, 01:27 AM
  5. Goods in delivery schedule
    By moseleya in forum Access Tables & Databases
    Replies: 1
    Last Post: 03-13-2012, 02:01 PM
  6. Formula to Create a delivery schedule from table
    By tim_chisman in forum Excel General
    Replies: 3
    Last Post: 08-31-2010, 10:08 AM
  7. Order Delivery Schedule
    By nescafe in forum Excel General
    Replies: 7
    Last Post: 03-22-2005, 10:34 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