Results 1 to 4 of 4

calculating principal and interest and amount remaining

Threaded View

  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.

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