+ Reply to Thread
Results 1 to 7 of 7

Calculation of monthly accumulated interests

Hybrid View

  1. #1
    Registered User
    Join Date
    02-21-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    58

    Calculation of monthly accumulated interests

    Hello EXCEL-lences!

    I submit to your attention the following issue for which I need your invaluable help: for my license thesis I have to do a cash-flow for a new bank, n order to estimate its break-even point.
    Each month the bank grants new loans and I need to add interests for loans granted in previous months, but also to take in consideration the repayments amounts. I have done this in a dummy way: I have created payment plans for each month, and then I aggregate the sum related.

    I want to ask you if there is a way (means a combination of formula), based on 2 variables (number of new fresh credits and amount per loan - please see Formula sheet), in order to simplify my cash-flow ?

    Thank you in advance for any advice/help!

    Kind regards
    Attached Files Attached Files
    Last edited by Danny77; 05-15-2019 at 06:20 AM.

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,610

    Re: Aggregate Function

    Thanks for changing the title. much more descriptive
    Last edited by Pepe Le Mokko; 05-15-2019 at 06:26 AM.

  3. #3
    Registered User
    Join Date
    02-21-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    58

    Re: Aggregate Function

    thanks for warning, hope that the change made it is according with Forum Rule#1

  4. #4
    Registered User
    Join Date
    02-21-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    58

    Re: Calculation of monthly accumulated interests

    need help!!! up !

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,918

    Re: Calculation of monthly accumulated interests

    After working on the Formula sheet it occurs to me that you could use the work you have already done on the Interest Income Monthly sheet more efficiently.
    1. Move the green row for each month to row 12
    2. Populate the "Interest Incomes" column using: =SUMIFS(F13:BW13,F$12:BW$12,"Interest")
    3. Populate the "Credits Balance" column using: =SUMIFS(F13:BW13,F$12:BW$12,"balance")
    Of course you are also welcome to use the formulas on the Formula sheet.
    1. For "Cumulated Interest Incomes" use: =IFERROR(-IPMT($B$6/12,B$2-(ROWS(A$1:A1)-1),$B$7,INDEX($B$4:$M$4,ROWS(A$1:A1))*INDEX($B$5:$M$5,ROWS(A$1:A1))),"")
    2. For "Cumulated Principal" use: =IFERROR(PPMT($B$6/12,B$2-(ROWS(A$1:A1)-1),$B$7,INDEX($B$4:$M$4,ROWS(A$1:A1))*INDEX($B$5:$M$5,ROWS(A$1:A1))),"")
    3. For "Partial Credits Balance" use: =IF(B20="","",INDEX($B$4:$M$4,ROWS(A$1:A1))*INDEX($B$5:$M$5,ROWS(A$1:A1))+SUM($B20:B20))
    4. For "Total Credits Balance" use: =SUM(B32:B43)
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  6. #6
    Registered User
    Join Date
    02-21-2013
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    58

    Re: Calculation of monthly accumulated interests

    JeteMc,
    I am speechless. Tks a lot!!!

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    18,918

    Re: Calculation of monthly accumulated interests

    You're Welcome. Thank You for the feedback and for marking the thread as 'Solved'. I hope that you have a blessed day.

+ 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. [SOLVED] Aggregate function and count if
    By raychow22 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-25-2018, 01:24 PM
  2. [SOLVED] VBA Aggregate Function
    By Gregor y in forum Access Programming / VBA / Macros
    Replies: 9
    Last Post: 02-27-2017, 03:17 AM
  3. [SOLVED] AGGREGATE Function
    By chief_abound in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-03-2015, 12:48 AM
  4. Aggregate Function - Value Error
    By gtbaseball7 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-24-2015, 02:09 PM
  5. Aggregate Function Using Sum
    By gtbaseball7 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-01-2015, 02:19 PM
  6. Aggregate Function
    By nav505 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-04-2013, 03:20 AM
  7. Aggregate function
    By stefantem in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-19-2006, 04:47 AM

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