+ Reply to Thread
Results 1 to 23 of 23

Loan Amortization Issues

  1. #1
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Loan Amortization Issues

    I need to produce a loan amortization with the ability to input actual historic payments made or missed (need to add a late fee to missed or late payments) as well as different loan start date & beginning payment date. I have searched office templates, but only found a general Mortgage calculator. I have no idea what formulas I would need to even produce such a template.
    PLEASE HELP!! Can somebody direct me to a site that may offer free software that performs the functions outlined above?

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Loan Amortization Issues

    In Excel, if you select Open-->New--> then in the address box at the top, type Loan Amortization, Excel will search the internet and provide some sample templates. You might be able to find one that is close and you can then modify.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    Doesn’t seem to be much out there for tracking loan payments with various late payments.
    Guess I'll have to create one. Not an expert in excel, had advanced training some years ago, but this is a bit beyond me.

    Thanks
    The shortest distance between two points ?

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Loan Amortization Issues

    Mock up a spreadsheet manually as to what you would like it to look with an example. Post it here and ask for help to add formulas or VBA to make it work as you intend.

  5. #5
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    I have not used Excel much for over 10 years, so I am not sure of my use of formulas. Please critique these file as needed.

    Thank you for any help that may be offered.
    thoyler

    I have mocked up two examples (Promissory Note [Strait Amortized Schedule], Promissory Note 07_08_17 [Amortized Schedule with Late Payments & Late Fees - beginning at 04/01/2011 payment]. Both files have a 1 month delay on interest, and no Attorney Fees added; only late fees recorded.

    FYI, the Terms of the Promissory Note are:

    1. Date of Contract: August 18, 2003
    2. Principal amount: $67,500.00
    3. Annual Interest Rate: Seven Present (7.0%)
    4. Maturity Date: November 1, 2018
    5. Monthly Installments: $606.00 (beginning November 1, 2003)
    6. Late Fee: $50.00 (if more than 5 days late, at Lender Option)
    7. Reasonable Attorney Fees & Court Costs:
    Attorney Rate (approximately $250.00 per hour) * these expenses will bear interest at the Annual Interest Rate from date of advance.
    8. Interest on the debt evidenced by this note will not exceed the maximum rate or amount of non-usurious interest that may be contracted for, taken, received under law. Any interest in excess of maximum amount will be credited on the Principal Amount….. (I believe the max. is: 18%, including late fees)

    Thanks again.
    Last edited by thoyler; 07-27-2017 at 06:34 PM.

  6. #6
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    P.S. Sorry I took so long to get back; I've been out of town on Business.

    thoyler

  7. #7
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    Oops, corrected errors in files (07/10/17)

    thoyler
    Last edited by thoyler; 07-10-2017 at 08:45 PM.

  8. #8
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    Bump no response

  9. #9
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Loan Amortization Issues

    Been travelling myself. Will look at this in the next day or so, once I get home life back to normal.

  10. #10
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Loan Amortization Issues

    Appear reasonable. Do they give you the expected results. If yes, then I think you are on target.

  11. #11
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    I have revised the File (changed layout & some formulas). See attachment.
    1) Need to limit the periods (months) to 30 days each in column "N (rows 12-192)".
    2) Need to calculate only if column "N(row number)" is a positive number (>0), in column "G (rows 12-192)".
    3) Need to calculate only if column "N(row number)" is a negative number (<0), in column "H (rows 12-192)".


    Thanks
    thoyler
    Last edited by thoyler; 07-27-2017 at 06:35 PM.

  12. #12
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Loan Amortization Issues

    In N12, =IF(C12-A12>29,30,C12-A12) and copy down.
    In G12, =if(n12>0,D12*(1+($G$6*(N12)))-D12,0) and copy down
    in H12, =IF(N12<0,D12*(1+($G$7*(N12)))-D12,0) and copy down

  13. #13
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    Thanks, that worked great for columns G & H.
    I'm sorry I must have been unclear about column N.
    1) Column N should be limited to 30 day for each month added. For instance in row "152" it should add up to 142 rather than 145 (limiting July, August, & October to 30 days each).
    Is that possible?

    Thanks
    thoyler

  14. #14
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Loan Amortization Issues

    See if this formula works for you.

    =DATEDIF(A152,C152,"M")*30+(DATEDIF(EOMONTH(C152,-1),C152,"D")-1)

  15. #15
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    It returns the Date: "5/21/1900"
    Last edited by thoyler; 07-15-2017 at 01:43 PM.

  16. #16
    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: Loan Amortization Issues

    If you format that as Number instead of a date, that's 142.
    Entia non sunt multiplicanda sine necessitate

  17. #17
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    OK, that works, except for instances where they payed early; it returns "#NUM!" (for negative numbers).
    Last edited by thoyler; 07-15-2017 at 01:58 PM.

  18. #18
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Loan Amortization Issues

    Using line 173 as an example. =IF(A173>C173,0,DATEDIF(A173,C173,"M")*30+(DATEDIF(EOMONTH(C173,-1),C173,"D")-1))

    copy this line to all in the column. It seems that all your issues surround the IF-Then situation. Perhaps a short tutorial on IF-Then

    Look at these links
    https://www.techonthenet.com/excel/formulas/if.php
    https://www.techonthenet.com/excel/macros/if_custom.php

  19. #19
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Red face Re: Loan Amortization Issues

    This formula still returns zero for all negative numbers. I'll read the material you’ve suggested.

    I am also trying to work out a limiting function for interest. Tried different things all day yesterday??
    * Interest needs to be limited to a maximum of 18% per year. This is a usury limit standard in most states.

    Thank You very much for your help.
    thoyler

  20. #20
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,893

    Re: Loan Amortization Issues

    This formula still returns zero for all negative numbers.
    That is because, I assumed if they paid early then there would be no penalty. If they pay what result did you expect to see.

  21. #21
    Registered User
    Join Date
    06-11-2017
    Location
    Texas
    MS-Off Ver
    2010
    Posts
    12

    Re: Loan Amortization Issues

    I'm sorry if I was unclear. I'm not use to formulas in Excel, and I'm sure I am unorthodox in my methods.
    There would be a credit; represented by the negative number.
    They paid early in some cases; the interest would stop that (negative) number of days early.

    In this case:

    Positive = late
    Negative = early

    and no period (month) can be greater than 30 days. Its a 360 day year/12 (financial year).

    Thanks
    thoyler
    Last edited by thoyler; 07-16-2017 at 06:51 PM.

  22. #22
    Registered User
    Join Date
    10-05-2021
    Location
    DC
    MS-Off Ver
    2020
    Posts
    1

    Re: Loan Amortization Issues

    How can I get a copy of the spreadsheet?

  23. #23
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Loan Amortization Issues

    Quote Originally Posted by ojbego View Post
    How can I get a copy of the spreadsheet?
    It appears that (unfortunately) the file has been removed
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Help with loan amortization
    By cuylar in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-27-2011, 08:51 AM
  2. Loan Amortization
    By SJT in forum Excel General
    Replies: 1
    Last Post: 06-20-2007, 05:40 AM
  3. Loan Amortization Schedule
    By Colin Williams in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 06-15-2007, 11:31 AM
  4. [SOLVED] Loan Amortization
    By Gopalakrishnan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-11-2006, 03:55 AM
  5. [SOLVED] Loan Amortization Formula
    By neda5 in forum Excel General
    Replies: 2
    Last Post: 03-21-2006, 02:45 PM
  6. [SOLVED] loan amortization template with loan start date AND first payment
    By Lisa W in forum Excel General
    Replies: 0
    Last Post: 01-30-2006, 06:30 PM
  7. loan amortization
    By Lizzie in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 12-14-2005, 10:50 PM
  8. [SOLVED] Loan amortization
    By Michelle - ecowtent in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-08-2005, 02:06 PM

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