+ Reply to Thread
Results 1 to 5 of 5

Calculate back pay with varying annual interest rates

  1. #1
    Registered User
    Join Date
    04-11-2008
    Posts
    6

    Calculate back pay with varying annual interest rates

    Say someone is owed a back payment of $500 per month beginning from 1/1/2008 through 12/31/2015. Let's say the applicable annual interest rates are 4.6% in 2008, 5.3% in 2009, 5.1% in 2010, 4.7% in 2011, 4.2% in 2012, 4.1% in 2013, 3.9% in 2014, and 3.7% in 2015. We want to calculate how much the total back benefits would be based on these interest rates, compounded annually. Does anyone know how I can do this calculation? THanks!
    Last edited by pennchic01; 11-01-2016 at 10:51 AM.

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

    Re: Calculate back pay with varying annual interest rates

    Set up a table like this - it is easier since you are compounding annually:

    Capture.JPG
    Last edited by Bernie Deitrick; 11-01-2016 at 01:06 PM.
    Bernie Deitrick
    Excel MVP 2000-2010

  3. #3
    Registered User
    Join Date
    04-11-2008
    Posts
    6

    Re: Calculate back pay with varying annual interest rates

    Thanks, but do you know of a function I could use instead? I have to run these calcs for more than 20,000 people, so I can't set up a table like that for each person.

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

    Re: Calculate back pay with varying annual interest rates

    All 20,000 people get the same number of years of back pay? Or do you need to take into account one or more dates? And they all get the same monthly amount?

    In any event, you can set up a single table of percentages for all of the people, and use 8 or 9 columns of formulas (or how ever many you need) to do the calculation for each row (assuming that your data is in rows). If you post a very small, cleaned up example of the data you have....

  5. #5
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,570

    Re: Calculate back pay with varying annual interest rates

    You can modify the format of Bernie's table (as he stated in his second post to the thread) so that it is horizontal. Providing the name and monthly salary of each individual is in columns A and B, as indicated by the blue highlight in the attached file. You can fill in the table, indicated in green, for the first person select C3:K3 and double click the fill handle to copy it down 20,000 or so rows.
    There are three formulas in the table.
    The formula for column C is: =B3*12
    The formula for column D is: =C3*(1+D$2)
    The formula for columns E through K is: =SUM($C3,D3)*(1+E$2)
    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.

+ 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. Formula to Calculate Varying Rates In One Shift
    By liz96g in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-29-2015, 06:05 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. [SOLVED] How to calculate This year's value of historic data using annual Inflation rates
    By highlystrung in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-02-2013, 04:50 PM
  6. Calculate hourly pay with varying rates per hour
    By havetolovemusic in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-13-2012, 05:58 PM
  7. [SOLVED] need to calculate interest on invoices each day past due until paid, I have varying rates
    By nanonetwork in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-03-2012, 02:12 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