+ Reply to Thread
Results 1 to 3 of 3

Calculating # of monthly periods between two dates...

  1. #1
    Registered User
    Join Date
    04-15-2011
    Location
    Binghamton, MA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Smile Calculating # of monthly periods between two dates...

    I want to calculate the number of payments that have been made on a mortgage between two dates (the first date being the first payment date and the other date being some random date in the future).

    Payments are made monthly on the same day of the month. So, if the first payment date is 2/15/1999 then the next payment will be made on 3/15/1999, and the third payment on 4/15/1999, etc.

    So basically I need a formula that counts how many times a particular day (determined by the day of first payment) occurs each month between two dates, e.g. between 5/15/2005 and 7/14//2006 the 15th day of the month occurs 14 times (including the first payment date).

    Let's say I want to know how many payments were made between 2/1/1999 and 3/25/2011 (REMEMBER: payments are made on the 1st of the month in this case), what would the formula be for figuring that out???

    NOTE:
    A1: First Payment Date
    A2: Second Date (any future date, not necessarily a payment date)

    I've used, to no avail, =DATEIF(A1,A2,"m"). This function doesn't account for the fact that payments are made on the same day of each month. For example, with A1:1/1/2011 and A2: 3/31/2011 the formula returns 2 months even though 3 months of payments would have been made.

    Can you produce a formula that counts the number of payments between two dates, recognizing that the day of first payment will be the day on which each following monthly payment is made???

    THanks in advance.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Calculating # of monthly periods between two dates...

    Welcome to the forum.

    How about =DATEDIF(A1, A2, "m")+1
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    04-15-2011
    Location
    Binghamton, MA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Calculating # of monthly periods between two dates...

    Quote Originally Posted by shg View Post
    Welcome to the forum.

    How about =DATEDIF(A1, A2, "m")+1
    HAHA I think that might just be it! I'll try some different dates to test it out though.

    Thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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