+ Reply to Thread
Results 1 to 4 of 4

Multpiple tabs - calculate sum of borrowings and interest for month

  1. #1
    Registered User
    Join Date
    03-23-2017
    Location
    BRISBANE, AUSTRALIA
    MS-Off Ver
    OFFICE FOR MAC 2010
    Posts
    2

    Multpiple tabs - calculate sum of borrowings and interest for month

    I have to summarise what we borrowed for a month and what interest is due for that month.

    There are two schedules. one at 9% and one at 8% I have to add the principle together and the interest is in seperate tabs.

    I have searched through here and i know it will more than likely be sum ifs but i just can't work it out as it is over an 18month period and I'm getting confused with the years.

    Sheet attached.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,178

    Re: Multpiple tabs - calculate sum of borrowings and interest for month

    If I understand what you require ....

    In C3

    =SUMIFS('9% Interest Rate'!D:D,'9% Interest Rate'!A:A,">=" &'Interest Summary'!A3, '9% Interest Rate'!A:A,"<=" &EOMONTH('Interest Summary'!A3,0))

    Copy down

  3. #3
    Registered User
    Join Date
    03-23-2017
    Location
    BRISBANE, AUSTRALIA
    MS-Off Ver
    OFFICE FOR MAC 2010
    Posts
    2

    Re: Multpiple tabs - calculate sum of borrowings and interest for month

    Hey John

    I am assuming i can just change the 9% to 8% and then for the principle I can just add the two formula's together?

    =SUMIFS('9% Interest Rate'!D:D,'9% Interest Rate'!A:A,">=" &'Interest Summary'!A3, '9% Interest Rate'!A:A,"<=" &EOMONTH('Interest Summary'!A3,0))+=SUMIFS('9% Interest Rate'!D:D,'8% Interest Rate'!A:A,">=" &'Interest Summary'!A3, '9% Interest Rate'!A:A,"<=" &EOMONTH('Interest Summary'!A3,0))

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,178

    Re: Multpiple tabs - calculate sum of borrowings and interest for month

    I am no financial expert : simply adding the SUMIFS will give the total monthly interest payments on the loans.

    =SUMIFS('9% Interest Rate'!D:D,'9% Interest Rate'!A:A,">=" &'Interest Summary'!A3, '9% Interest Rate'!A:A,"<=" &EOMONTH('Interest Summary'!A3,0))+SUMIFS('8% Interest Rate'!D:D,'8% Interest Rate'!A:A,">=" &'Interest Summary'!A3, '8% Interest Rate'!A:A,"<=" &EOMONTH('Interest Summary'!A3,0))

+ 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] Calculate interest between two dates with varying interest rates in the period
    By Topic in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-28-2017, 02:23 PM
  2. [SOLVED] Need macro to calculate total interest paid over a period with changing interest rates
    By fmcg in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-08-2016, 10:29 AM
  3. Loan formula to calculate principal and interest for particular month?
    By Efendi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-30-2015, 09:04 AM
  4. [SOLVED] Calculate of interest with different interest rates per
    By nikosbox in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-02-2014, 08:09 AM
  5. Replies: 0
    Last Post: 07-25-2012, 07:08 AM
  6. Replies: 3
    Last Post: 01-16-2010, 02:14 AM
  7. [SOLVED] How to calculate total interest on 12 month loan with early payments
    By KG in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-08-2005, 04: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