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!!!
Bookmarks