+ Reply to Thread
Results 1 to 7 of 7

How to Display Current Balance & Remaining Payments at Top of Amortization Schedule?

  1. #1
    Registered User
    Join Date
    06-15-2013
    Location
    CA
    MS-Off Ver
    Excel 2007
    Posts
    3

    How to Display Current Balance & Remaining Payments at Top of Amortization Schedule?

    Hi all,

    I've built an amortization table and would like for it to tell me what the current balance of the loan is by filling in a cell at the top of the sheet based on today. I would also like it to tell me how many payments are remaining based on today as well. I have attached my workbook to this post. You'll notice where the two empty cells are at the top of the sheet that I would like to fill in (text highlighted in red). I tried using an IF statement to come up with the current balance, but couldn't figure out how to make it skip to the next row if the first row was false. Any help would be greatly appreciated!

    Thank you.

    Loan Amortization Schedules.xlsx

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: How to Display Current Balance & Remaining Payments at Top of Amortization Schedule?

    hi jag004, welcome to the forum. it would be good if you can type out your desired answers manually. for eg, in F20, put it like:
    =SUM(G38:G384)
    then explain it's because the rest of the dates are after 15 Jun 2013 (today's date).

    i also don't know which columns are supposed to be the current & remaining payments. so i'll just explain my formula for you to adjust manually:
    =SUMIF(C25:C384,">"&TODAY(),G25:G384)

    this is to sum up any cells in G25:G384 IF C25:C384 is greater than TODAY's date. if today is 16 Jun 2013 & you still want row 37 calculated because it's Jun, then:
    =SUMIF(C25:C384,">="&EOMONTH(TODAY(),-1)+1,G25:G384)
    EOMONTH with minus 1 brings the date back to the last day of last month. so since it's Jun, it brings us to 30 May 2013. i +1 to make it 1 Jun 2013

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: How to Display Current Balance & Remaining Payments at Top of Amortization Schedule?

    See if this workbook does as you need.
    Attached Files Attached Files
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  4. #4
    Registered User
    Join Date
    06-15-2013
    Location
    CA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: How to Display Current Balance & Remaining Payments at Top of Amortization Schedule?

    Marcol, yes, this is exactly what I'm looking for! Thank you! However, there are a couple of issues with it.

    1) If you remove the extra payments in the "Extra Payment" column, the "Remaining Payments" cell shows as #N/A.

    2) If the first payment hasn't occurred yet, the "Remaining Payments" and "Current Balance" show as #N/A. You'll see this occur if the "Loan Commencement Date" is set to 5/25/13 because the loan start date would then be 6/25/13 (one month later) which hasn't occurred yet. If this were the case, the "Remaining Payments" should read "360" and the "Current Balance" should read "$10,000." However, now that I'm typing this, I realize that it wouldn't be able to reference the amortization schedule until after the first payment has been made since the ending balance in payment one is $9,990.04, not $10,000. Is there a way to say something like, "If the first payment hasn't occured, show loan value and number of payments"? I hope that made sense.

  5. #5
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: How to Display Current Balance & Remaining Payments at Top of Amortization Schedule?

    Hmm?
    I didn't test for these conditions, they were not obvious from your original post.
    When asking for help with a problem it doesn't help if data is hidden with conditional formatting.

    See if this is closer to your needs.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    06-15-2013
    Location
    CA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: How to Display Current Balance & Remaining Payments at Top of Amortization Schedule?

    Marcol, this works perfectly! Thanks for your help! Final question, if I have multiple sheets in my workbook that each have a different loan, how can I make it so that there is only one "Name" in the "Name Manager" so I don't have to create "Amort_Table1" "Amort_Table2" "Amort_Table3" etc.? In summary, how can I make the Name Manager reference the current sheet instead of having to specify a specific sheet?

  7. #7
    Registered User
    Join Date
    06-14-2018
    Location
    Little Rock
    MS-Off Ver
    2016
    Posts
    1

    Re: How to Display Current Balance & Remaining Payments at Top of Amortization Schedule?

    How about if you pay on it twice a month (bi weekly)?

+ 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