I’m trying to create a formula that will subtract (a percentage entered) from (a number entered) per (number of months entered). It should work like this (1200-6%=1128)-6%=1060.32)-6%=996.70…and so on. Any help would be appreciated.
Not quite sure what you mean by (... entered), but if you have ..
[tt]
Cell Value Meaning
==== ===== =======
A1 6 percentage
A2 1200 number
A3 8 number of months
[/tt]
.. then this formula in another cell ..
=$A$2*(100-$A$1)^$A$3/100^$A$3
.. will give you the result you want (731.4827262 in this example).
Enjoy,
Tony
------------------------------------------------------------------------------------------------------ We want to help you; help us to do it by reading FAQ222-2244 before you ask a question.
Don't forget to
Thank TonyJollans for this valuable post!
This also identifies this posting as helpful to other Tech-Tip members who may have a similar question or would otherwise benefit from Tony's expert tip.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.