+ Reply to Thread
Results 1 to 3 of 3

Calculating interest

  1. #1
    Registered User
    Join Date
    04-03-2009
    Location
    yorkshire
    MS-Off Ver
    Office 365
    Posts
    89

    Calculating interest

    I am after a formula that charges interest on a balance only when a weekly repayment ends before the month end. The interest charge is 3% of the reducing balance.

    So if weekly repayments are made only add the interest to the outstanding balance at the end of the month. The attached spreadsheet lists the repayment dates but i need it to detect the last payment in the month and apply the interest. I can then select any start date to see the repayments and interest charged

    Thanks

    Andy
    Attached Files Attached Files
    Last edited by Pickygame; 08-03-2014 at 03:56 PM. Reason: resolved

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Calculating interest

    In e2

    =IF(MONTH(A2)<>MONTH(A3),D2*3%,"")

    Copy down as far as needed
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    04-03-2009
    Location
    yorkshire
    MS-Off Ver
    Office 365
    Posts
    89

    Re: Calculating interest

    Thanks

    i replaced the "" with 0 as it returns a value error in month 2

+ 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] Calculating interest
    By N8237 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-12-2014, 06:53 AM
  2. Replies: 6
    Last Post: 04-22-2013, 12:50 AM
  3. Calculating deferred interest payments with compounding interest
    By diananemo in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-07-2012, 06:16 PM
  4. Replies: 0
    Last Post: 08-08-2011, 09:13 PM
  5. calculating interest
    By frank8503 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-30-2007, 09:41 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