+ Reply to Thread
Results 1 to 4 of 4

Creating a serious of dates, where the dates never fall on the weekend

  1. #1
    Registered User
    Join Date
    07-12-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    33

    Creating a serious of dates, where the dates never fall on the weekend

    Hi all,

    is there a way to work out dates, such that the next date in the serious will be between a Mon -Fri.

    For example, if my start date is 01/01/2018 and I want to work out what the date will be every 28 days, I know I can do =(cell) + 28.

    But, I need the return value to be on Monday - Friday.

    I tried using the Workday function but this gave me a date that was a week after.

    I just need it to work so that if the return date was on a Sat/ Sun it gives me Mondays date if that makes sense?

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Creating a serious of dates, where the dates never fall on the weekend

    Try this, with date in A2:

    =IF(WEEKDAY(A2+27)=7,A2+27+2,IF(WEEKDAY(A2+27)=1,A2+27+1,A2+27))

    if not, plost an excel sheet showig your EXPECTED result for a FEW examples.
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    07-12-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    33

    Re: Creating a serious of dates, where the dates never fall on the weekend

    Thank you for this, I'll give this a try !

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Creating a serious of dates, where the dates never fall on the weekend

    OK. Let us know if it worked out correctly...




    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a 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] Count Unique Number of Dates, Excluding Designated Holidays and Weekend Dates
    By Winship in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-07-2017, 08:37 AM
  2. [SOLVED] Require a formula to count unique dates excluding weekend dates
    By john dalton in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-09-2015, 09:17 AM
  3. Replies: 12
    Last Post: 06-13-2014, 05:03 PM
  4. Replies: 6
    Last Post: 03-11-2013, 06:11 PM
  5. [SOLVED] Averaging values if desired dates fall between range of dates
    By gbcpurdue in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-21-2012, 02:51 PM
  6. Need Sumif to count dates that fall within a range of dates
    By Paralegal101 in forum Excel General
    Replies: 1
    Last Post: 09-12-2011, 02:26 PM
  7. Replies: 5
    Last Post: 10-26-2005, 02:05 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