+ Reply to Thread
Results 1 to 4 of 4

calculating principal and interest and amount remaining

  1. #1
    Registered User
    Join Date
    11-01-2023
    Location
    Fiji
    MS-Off Ver
    office 365
    Posts
    2

    Unhappy calculating principal and interest and amount remaining

    loan amount 4000
    term in month 24
    repyament freq forthnightly
    repayment amount 93.29
    annual interest rate 12%


    Loan Details excel:

    D1: Loan Amount: 4000
    D2: Loan Term (months): 24
    D3: Repayment Frequency: fortnightly
    D4: Repayment Amount: 93.29
    D5: Annual Interest Rate: 12%

    In excel table header
    G1: account_number
    H1: repayment_date
    I1: repayment_amount
    J1: amount_remaining
    K1: Principal
    L1: Interest



    account number | repayment date | repayment amount | amount remaining | Principal | Interest |
    | -------------- | -------------- | ---------------- | ---------------- | --------- | -------- |
    | 123 | 1-Jun-22 | 93.29 | | | |
    | 123 | 15-Jun-22 | 93.29 | | | |
    | 123 | 29-Jun-22 | 93.29 | | | |
    | 123 | 13-Jul-22 | 93.29 | | | |
    | 123 | 27-Jul-22 | 93.29 | | | |
    | 123 | 10-Aug-22 | 93.29 | | | |
    | 123 | 24-Aug-22 | 93.29 | | | |
    | 123 | 7-Sep-22 | 93.29 | | | |
    | 123 | 21-Sep-22 | 93.29 | | | |
    | 123 | 5-Oct-22 | 93.29 | | | |
    | 123 | 19-Oct-22 | 93.29 | | | |
    | 123 | 2-Nov-22 | 93.29 | | | |
    | 123 | 16-Nov-22 | 93.29 | | | |
    | 123 | 30-Nov-22 | 93.29 | | | |
    | 123 | 14-Dec-22 | 93.29 | | | |
    | 123 | 28-Dec-22 | 93.29 | | | |
    | 123 | 11-Jan-23 | 93.29 | | | |
    | 123 | 25-Jan-23 | 93.29 | | | |
    | 123 | 8-Feb-23 | 93.29 | | | |
    | 123 | 22-Feb-23 | 93.29 | | | |
    | 123 | 8-Mar-23 | 93.29 | | | |
    | 123 | 22-Mar-23 | 93.29 | | | |
    | 123 | 5-Apr-23 | 93.29 | | | |
    | 123 | 19-Apr-23 | 93.29 | | | |
    | 123 | 3-May-23 | 93.29 | | | |
    | 123 | 17-May-23 | 93.29 | | | |
    | 123 | 31-May-23 | 93.29 | | | |


    what i need to calculate is the amount remaining and pricipal and interest for each repayment date in excel i have tried a few things but it doesnt work note the repayment amount should not change please if someone can help me calculate i tried getting some information


    K2 (Principal): =PPMT(D5/24,ROW()-1,D2,-D1)
    L2 (Interest): =IPMT(D5/24,ROW()-1,D2,-D1)
    J2 (Remaining Amount):

    but this does not work for me when i try to use this formula =PPMT(D5/24,ROW()-1,D2,-D1) it gives me an error saying something is wrong in the formula.
    please find attached:
    sample data.xlsx
    Last edited by kunz398; 11-01-2023 at 05:12 AM.

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,480

    Re: calculating principal and interest and amount remaining

    Welcome to the forum.

    1. Change ALL HTML tags in your post to CODE tags.
    2. There are instructions at the top of the page explaining how to attach your sample workbook (yellow banner: HOW TO ATTACH YOUR SAMPLE WORKBOOK). Screenshots are of little practical use as we cannot manipulate them.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, worked examples where required, relevant cells highlighted and a few explanatory notes.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    11-01-2023
    Location
    Fiji
    MS-Off Ver
    office 365
    Posts
    2

    Re: calculating principal and interest and amount remaining

    thank you this noted.

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,480

    Re: calculating principal and interest and amount remaining

    The cells in question contain different formuale to the ons=es in your post. J2 will accept the formula you mention and returns a result, however I have no idea what results you are expecting.

    There is nothing inherently 'wrong' with the formula.

+ 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. Figuring out the Principal Remaining on a Loan
    By loganc123 in forum Excel General
    Replies: 1
    Last Post: 03-30-2016, 09:11 AM
  2. Replies: 3
    Last Post: 02-16-2015, 01:38 PM
  3. Replies: 1
    Last Post: 05-09-2013, 02:21 PM
  4. Replies: 6
    Last Post: 04-22-2013, 12:50 AM
  5. Replies: 14
    Last Post: 12-03-2009, 05:40 PM
  6. Bloomberg/Excel - Principal/Interest
    By rka81 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-25-2007, 08:52 AM
  7. Replies: 3
    Last Post: 12-28-2005, 01:10 PM

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