+ Reply to Thread
Results 1 to 5 of 5

Determine due dates in coming year based on a start date and an interval

Hybrid View

  1. #1
    Registered User
    Join Date
    05-16-2019
    Location
    St. Paul, MN
    MS-Off Ver
    O365
    Posts
    3

    Determine due dates in coming year based on a start date and an interval

    I am trying to figure out how to get a list of dates based on a start date, stop date, first due date and an interval. For example, the srvc year starts on March 1. The first service visit is on 4/1. The service interval is every three months, so 4 times per year. I need to be able to create an array of the actual future due dates for that particular year.


    Agr Start------------Agr End------------1st Due------------Freqency#------------#Srvce/Year--------> 1st Due------------2nd Due------------3rd Due------------4th Due
    3/1/2019------------2/29/2020------------4/1/2019------------3-Months------------4.0------------------4/1/2019----------7/1/2019----------10/1/2019----------1/1/2020
    3/1/2019------------2/29/2020------------7/1/2019------------6-Months------------2.0------------------7/1/2019----------1/1/2019
    3/1/2019------------2/29/2020------------9/1/2019------------12-Months----------1.0------------------9/1/2019
    3/1/2019------------2/29/2020------------5/1/2019------------6-Months------------2.0------------------5/1/2019----------11/1/2019
    3/1/2019------------2/29/2020------------3/1/2019------------3-Months------------4.0------------------3/1/2019----------6/1/2019----------9/1/2019----------12/1/2019


    Is this possible to do in Excel? From the first five columns, produce an array of dates on the same row? There could be as few as one service date and as many as twelve

    Thanks in advance for any help!!!
    Last edited by Skibbs7924; 05-16-2019 at 05:05 PM. Reason: add information

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Determine due dates in coming year based on a start date and an interval

    Hi,

    One way
    E2:
    Formula: copy to clipboard
    =EDATE(C2,D2)

    F2: copied across
    Formula: copy to clipboard
    =IF(EDATE(E2,$D$2)<=$B2,EDATE(E2,$D$2),"")
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    05-16-2019
    Location
    St. Paul, MN
    MS-Off Ver
    O365
    Posts
    3

    Re: Determine due dates in coming year based on a start date and an interval

    Thank you for responding Richard. The first option produces one date but it doesn't give me an array of dates. What I'm looking for is an array of the four due dates if the interval is quarterly. I received similar results from the 2nd formula.

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Determine due dates in coming year based on a start date and an interval

    Did you copy F2 to G2, H2,....etc?

  5. #5
    Registered User
    Join Date
    05-16-2019
    Location
    St. Paul, MN
    MS-Off Ver
    O365
    Posts
    3

    Re: Determine due dates in coming year based on a start date and an interval

    Yes, I get it now. I did a little tweaking and it's working like a champ! Thank you!

+ 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] Year-to-Date Sums and Averages with different start dates
    By rachelglusk in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-29-2015, 07:13 PM
  2. Replies: 4
    Last Post: 03-03-2014, 06:30 AM
  3. [SOLVED] Determine Week Start Date From Year And Number
    By SalientAnimal in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-23-2013, 07:51 AM
  4. Input a year to determine the start date for 4-4-5 Calendar Year.
    By mak1176 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-25-2013, 10:34 AM
  5. Replies: 3
    Last Post: 08-14-2012, 05:14 AM
  6. Calculate rate increases based on financial year and start dates
    By cowproduct in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-03-2012, 08:25 AM
  7. Replies: 2
    Last Post: 08-03-2012, 08:23 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