+ Reply to Thread
Results 1 to 5 of 5

Interest Calculator - Monthly Savings

  1. #1
    Registered User
    Join Date
    07-11-2012
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    18

    Interest Calculator - Monthly Savings

    Hi,

    I have created an Interest Calculator to work out interest earned on a monthly savings account based on 1) Date of monthly deposits 2) Monthly Savings Amount and 3) Interest Rate.

    It works fine with the exception of when the monthly date is after 28th Month - due to February or on 31st Month (due to all the months with only 30 days).

    I have attached sheet - is there an easy way i can compensate as in practice the monthly amount would go in on the 1st of the subsequent month in these cases???
    Attached Files Attached Files
    Last edited by Cra5h; 03-20-2018 at 04:43 PM.

  2. #2
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,956

    Re: Interest Calculator - Monthly Savings

    What formula are you trying to fix? Where is the error that you think you have?
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    07-11-2012
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Interest Calculator - Monthly Savings

    Apologies Bernie i uploaded the wrong excel

    I have now uploaded the correct one and you can see in row 38 where my error occurs due to the days in Feb

  4. #4
    Forum Expert
    Join Date
    02-11-2014
    Location
    New York
    MS-Off Ver
    Excel 365 (Windows)
    Posts
    5,956

    Re: Interest Calculator - Monthly Savings

    In cell B8:

    To use the 28th if there is no 30th:

    =IF(OR(AND(D8<$G$1,D8>D9),D8=$G$1),B7+$B$2,B7)


    To use the 1st if there is no 30th in the previous month:

    =IF(OR(AND(D7<$G$1,D8<D7),D8=$G$1),B7+$B$2,B7)

    Copied down....

  5. #5
    Registered User
    Join Date
    07-11-2012
    Location
    UK
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Interest Calculator - Monthly Savings

    Thanks for your help Bernie - the 2nd one seems to work and cover all the months and on initial testing works great - really appreciate your help as it was making my head hurt!

+ 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. Find out monthly and future savings
    By YasserKhalil in forum Excel General
    Replies: 1
    Last Post: 01-07-2017, 07:13 AM
  2. Replies: 6
    Last Post: 04-22-2013, 12:50 AM
  3. Interest calculator for unequal monthly installment, sample attached
    By Parv in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-17-2013, 05:36 AM
  4. Savings calculator
    By bighop in forum Excel General
    Replies: 2
    Last Post: 04-15-2012, 08:25 AM
  5. excel-savings calculator
    By shades99 in forum Excel General
    Replies: 0
    Last Post: 12-14-2011, 10:05 AM
  6. [SOLVED] Excel 2007 : Savings interest
    By adbasanta in forum Excel General
    Replies: 4
    Last Post: 10-05-2011, 11:23 PM
  7. [SOLVED] How to find how much to put aside monthly to reach savings goal
    By Learning Excel for finances in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-04-2006, 08:50 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