repeat discounting X amount of times

princesslisa000

New Member
Joined
Apr 8, 2002
Messages
1
I can't figure out how to repeat a calculation X amount of times. Specifically, i want to discount 2,020 by 10% X amount of times. So it should look like this (if X=3):
((2,020-(1-.1))(1-.1))(1-.1)
which should equal 1472.58

any suggestions?
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Hi,

Are you sure you are applying the discount correctly?

Adam's suggestion is correct, but if you are using this in a financial calculation (IRR, NPV, etc.), you would use:

Amount/(1+rate)^number of periods

=2020/(1.1^3) = 1517.66.

I think you want Adam's answer, but this is another understanding of discount rates.

Bye,
Jay
 
Upvote 0
On 2002-04-09 13:30, Jay Petrulis wrote:
Hi,

Are you sure you are applying the discount correctly?

Adam's suggestion is correct, but if you are using this in a financial calculation (IRR, NPV, etc.), you would use:

Amount/(1+rate)^number of periods

=2020/(1.1^3) = 1517.66.

I think you want Adam's answer, but this is another understanding of discount rates.

Bye,
Jay

My bet is that princesslisa is in retailing, and she's marking down her inventory.
 
Upvote 0

Forum statistics

Threads
1,214,807
Messages
6,121,679
Members
449,047
Latest member
notmrdurden

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