+ Reply to Thread
Results 1 to 8 of 8

Help needed on calculating inflation percentage

Hybrid View

  1. #1
    Registered User
    Join Date
    12-05-2008
    Location
    Iowa
    Posts
    12

    Help needed on calculating inflation percentage

    Here is what I'm trying to do with a Excel formula. I need to add simple inflation percentage for a single year to a value, for example, if the value is 1000 and the inflation percent is 10, the value after one year is 1100. But I need to continue adding only the same percent to that value to provide a cumulative total. For example, after the second year the total would be 1100 plus 1200 (1100 + 100), which equals 2300. After the third year the total would be 1100 + 1200 +1300, which equals 3600. The number of years is determined by an input field, as is the inflation rate. I desperately need help in making this type of calculation.

    Thanks

  2. #2
    Registered User
    Join Date
    08-27-2003
    Location
    Perth, Australia
    MS-Off Ver
    2000
    Posts
    47
    Hi - try this

    initial sum $1,000.00
    inflation 10
    years 12
    final amount $2,593.74

    assuming your initial sum is in cell A1, the inflation rate in A2, and the number of years in A3, your formula is:

    =A1*(1+A2/100)^a3

    note this assumes that the inflation number in A2 is entered as '10' for 10 per cent. If your format in that cell is a percentage, i.e. it shows 10% for a value of 0.1, the formula is:

    =A1*(1+A2)^a3
    Nicky

  3. #3
    Forum Contributor GuruWannaB's Avatar
    Join Date
    01-24-2008
    Location
    An hour due East of Cowtown Ohio
    MS-Off Ver
    2010
    Posts
    421
    Ok...your description isn't exactly an inflation model...but to do exactly what you described you want to multiply your base amount (1000) by your years and add a factorial amount of the "inflation".

    cell a1 = base amount (1000)
    cell a2 = inflation (10 as a whole number equaling 10%)
    cell a3 = years

    =fact(a3)*(a1*(a2/100))+(a1*a3)

  4. #4
    Registered User
    Join Date
    12-15-2008
    Location
    Singapore
    Posts
    38
    Try this:

    A1 = initial value
    A2 = inflation percent
    A3 = num of yrs
    A4 = A1*A3+COMBIN(A3+1,2)*A2/100*A1

  5. #5
    Registered User
    Join Date
    12-05-2008
    Location
    Iowa
    Posts
    12

    Thanks to everyone.

    I got it to work using one of the formulas. I very much appreciate the help.

  6. #6
    Registered User
    Join Date
    12-05-2008
    Location
    Iowa
    Posts
    12

    Followup to original question.

    I deleted this post because I started a new thread with the content.

  7. #7
    Registered User
    Join Date
    09-29-2016
    Location
    NJ
    MS-Off Ver
    2013
    Posts
    3

    Re: Followup to original question.

    I still cannot get the formula which calculates a cumulative total over 15 years starting with $12,183 using 3.8% inflation rate.

  8. #8
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP, 2007, 2024
    Posts
    16,378

    Re: Help needed on calculating inflation percentage

    @trixie0423: This forum can be strict about not posting a question in another user's thread. It is strongly preferred that you start your own thread. You are welcome to provide a link to this thread if it will be helpful for us to understand your question.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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