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
Bookmarks