Hi,
In an assumption sheet I want the user to input a payment amount, starting date (first payment date), ending date, and frequency (Monthly, Quarterly, Semi Annual, or Annual). Based on the frequency I can use the EDATE formula to determine subsequent payment dates. For instance if payment is 100, first payment is 1/1/2011, and last payment is on 1/1/2012, and frequency is monthly then we know there are 12 different payment dates/period in that time frame. Using the EDATE formula we know the payment occurs on 1/1 of each month for 12 months.
On another sheet (proforma cash flow) the end date of a period is show in column B (say 1/1/2011) and in column C the end date of the second period is shown (say 1/1/2012). This format continues depending on how many periods are in the proforma and so forth. What I'm trying to determine is how many of the multiples of the EDATE in the first paragraph are between two dates on the proforma sheet. In this example there should be 12 of the payments between 1/1/2011 and 1/1/2012. If these dates were changed to 1/1/2011 and 4/1/2011 then 3 payments would show up within those dates.
The EDATE formula will return the future dates, however, I would manually have to enter EDATE(1/1/2011,1) = 2/1/2011, EDATE (1/1/2011, 2) = 3/1/2011 EDATE, and so forth all the way to EDATE (1/1/2011,12) = 1/1/2012 to get the prospective future dates. Then I could use those dates to determine if they are within two periods on the cash flow sheet. Is there a function or formula to see if the multiples of EDATE up to X period exist between two dates?
Bookmarks