Progressive percentage reduction

Gref

New Member
Joined
Dec 20, 2012
Messages
21
I would like to calculate a .5% reduction of a number over a 10 year period with the .5% reduction calculated on the previous reduction. Example 100 - .5% = 99.5, then 99.5 - .5% = 99.0025, then 99.0025 - 5% = 98.52988. I tried a simple =c45-.5% but that doesn't work. I know it's probably something simple, but I'm just learning.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.

Excel 2010
C
45100
4699.5
4799.0025
4898.50749
4998.01495
General Manager Report
Cell Formulas
RangeFormula
C46=C45-(C45*0.5%)
C47=C46-(C46*0.5%)
C48=C47-(C47*0.5%)
C49=C48-(C48*0.5%)


I don't know where you get the below from
99.0025 - 5% = 98.52988
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,831
Members
449,190
Latest member
rscraig11

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top