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

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
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,653
Messages
6,120,749
Members
448,989
Latest member
mariah3

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