+ Reply to Thread
Results 1 to 7 of 7

XL 2010 - Calculate number of payments made since a certain date

  1. #1
    Registered User
    Join Date
    03-20-2019
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    10

    Post XL 2010 - Calculate number of payments made since a certain date

    First post so go gently on me here. UK DATE FORMATS (DD/MM/CCYY).

    I have a table which shows an anniversary date and a paid to date. The payments are made on the same day every six months, so if the paid to date shows as 03/05/2019 then following would be 03/11/2019.
    I need to find a way to calculate the number of payment dates which have occurred since the anniversary date (including if a payment date falls on the anniversary date) but not including the paid to date itself.

    Am I asking for the moon on a stick here? I know I could work this out myself manually, but this is just a sample of more than 100 I will need to complete this on. Any help guys would be really appreciated.
    Attached Files Attached Files

  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: XL 2010 - Calculate number of payments made since a certain date

    What are the correct answers for your examples, and if any are not obvious, why?
    Last edited by shg; 03-20-2019 at 12:23 PM.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: XL 2010 - Calculate number of payments made since a certain date

    Like this?

    in D2
    =DATEDIF(B2,C2,"m")-1
    and copy down
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  4. #4
    Registered User
    Join Date
    03-20-2019
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    10

    Re: XL 2010 - Calculate number of payments made since a certain date

    Quote Originally Posted by shg View Post
    What are the correct answers for your examples, and if any are not obvious, why?
    They are, in order:
    2
    1
    2
    2

    These are simple ones but I need a formula or logic that will work with longer periods.

  5. #5
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,078

    Re: XL 2010 - Calculate number of payments made since a certain date

    Maybe
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  6. #6
    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: XL 2010 - Calculate number of payments made since a certain date

    I'd have thought

    B
    C
    D
    E
    1
    ANNIVERSARY-DATE
    Paid To Date
    Pmts
    2
    3 May 2018
    3 May 2019
    2
    D2: =INT((DATEDIF(B2, C2 - 1, "m")) / 6) + 1
    3
    3 May 2018
    4 May 2019
    3


    Check the second line.

  7. #7
    Registered User
    Join Date
    03-20-2019
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    10

    Re: XL 2010 - Calculate number of payments made since a certain date

    Ah this seems to have got it!! Thanks guys!!!

+ 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. Calculate Number of Payments To Payoff Loan
    By oldesalt in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-03-2018, 01:09 PM
  2. Replies: 1
    Last Post: 02-01-2013, 06:49 AM
  3. Tracking payments of one loan made by different people
    By danielcv in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-24-2012, 02:06 PM
  4. Replies: 3
    Last Post: 09-16-2009, 10:11 AM
  5. Calculate number and amount of payments
    By Equin0x in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-18-2009, 01:52 PM
  6. Formual problem - Payments made to date
    By jon_wolf69 in forum Excel General
    Replies: 2
    Last Post: 08-22-2008, 12:07 PM
  7. [SOLVED] how do I sum all of the $ payments made between two dates
    By Andrew in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-09-2006, 04:25 AM

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