+ Reply to Thread
Results 1 to 4 of 4

Next Date

Hybrid View

  1. #1
    Registered User
    Join Date
    02-24-2006
    Posts
    24

    Next Date

    I am looking for someone, anyone to help me create a formula to identify the next date. I have 3 columns of data:
    A) PurchaseDate
    B) PayDate
    C) Payment Freq/Year

    Column A = Date Purchased
    Column B = First Payment Date
    Column C = # of payments/Year (1,4,6,12)

    Example1:
    Purchase Date = 03/22/2006
    Payment Date = 02/20/2004
    # of payments/Year = 4
    Next payment Date after purchase date = 05/20/2006

    Example2:
    Purchase Date = 03/20/2006
    Payment Date = 05/15/2003
    # of payments/Year = 12
    Next payment Date after purchase date = 04/15/2006

    Thanks in advance!

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by kwiklearner
    I am looking for someone, anyone to help me create a formula to identify the next date. I have 3 columns of data:
    A) PurchaseDate
    B) PayDate
    C) Payment Freq/Year

    Column A = Date Purchased
    Column B = First Payment Date
    Column C = # of payments/Year (1,4,6,12)

    Example1:
    Purchase Date = 03/22/2006
    Payment Date = 02/20/2004
    # of payments/Year = 4
    Next payment Date after purchase date = 05/20/2006

    Example2:
    Purchase Date = 03/20/2006
    Payment Date = 05/15/2003
    # of payments/Year = 12
    Next payment Date after purchase date = 04/15/2006

    Thanks in advance!
    I cannot see link between Payment date and next payment date and payment date you mentioned is before date of purchase. how is this?
    can you explain your problem a bit more and tell that how do you calculate next payment date?

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,679
    Assuming B2 will always be earlier than C2 try this formula in D2

    =EDATE(B2,CEILING(DATEDIF(B2,A2,"m")+1,12/C2))

    format as date

    note:EDATE requires Analysis ToolPak add-in, to install use Tools > add-ins and tick "Analysis ToolPak" box

  4. #4
    Registered User
    Join Date
    02-24-2006
    Posts
    24
    Thank you DaddyLongLegs... worked like a charm...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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