+ Reply to Thread
Results 1 to 6 of 6

Formula to Generate Date Based on Another Date

  1. #1
    Registered User
    Join Date
    08-01-2012
    Location
    Greenville, SC
    MS-Off Ver
    Excel 2003
    Posts
    3

    Formula to Generate Date Based on Another Date

    Hello,

    I need to calculate first payment dates for loans.

    If the Origination date (date of the Loan documents) is any day except the first day of the month, the payment is due on the first two months later.
    If the Origination date is the first day of the month, the payment is due on the first of the next month.

    For example:
    Origination Date of 8/1/12 would be a first payment date of 9/1/12.
    Origination Date of 8/2/12 would be a first payment date of 10/1/12.
    Origination Date of 8/30/12 would be a first payment date of 10/1/12.

    I've been playing with tons of formulas and I can't get anything that will generate that payment date reliably. I don't want to go to macros because the spreadsheet we use is currently full of macros and it would cause all kinds of issues.

    Any ideas? Thanks so much!
    Last edited by BASmith; 08-01-2012 at 04:11 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula to Generate Date Based on Another Date

    If Column A has your origination dates use

    =IF(DAY(A1)=1,EOMONTH(A1,0),EOMONTH(A1,1))+1 and drag down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    08-01-2012
    Location
    Greenville, SC
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Formula to Generate Date Based on Another Date

    Genius! Thank you so much!

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula to Generate Date Based on Another Date

    Glad to help. Please mark the thread as solved.

    Just noticed your profile mentions Excel 2003 and EOMONTH function isn't available in 2003 unless you are using an add-in pack. Have you upgraded to a newer version? If so, kindly update your profile too! Enjoy the forum!!

  5. #5
    Registered User
    Join Date
    08-01-2012
    Location
    Greenville, SC
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Formula to Generate Date Based on Another Date

    Still in 2003 but using the proper add-in pack (same one for EDATE, I think).

    How do I mark this as solved?

  6. #6
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Formula to Generate Date Based on Another Date

    Good man!

    To mark your thread solved do the following:
    - Go to the first post
    - Click edit
    - Click Advance
    - Just below the word "Title:" you will see a dropdown with the word No prefix.
    - Change to Solve
    - Click Save

    Also, as a new member of the forum, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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