by Guest » Sun Mar 13, 2016 9:47 am
This is one of the earlier posting.....
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
You don't want to use C8 any more for years so change it in the C13 formula to B13 which is cell for each year.
=C$5*(1+(C$6/C$7))^(C$7*B13) ...and no anchor on B13 because you want it to change as each row is copied. C13 should now show 108.50.
=C$5*(1+(C$6/C$7))^(C$7*C$8) .......when you copy this formula using simple copy to cell C13, does it still have the same answer total as at the previous cell
=C$5*(1+(C$6/C$7))^(C$7*B13)......when you edit the formula to same as this [ by change C$8 to B13] does the cell now read 108.50.
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
As you can see it does not include the formula that you say is incorrect
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
This is the formula below that you say in incorrect......Yes, it is incorrect, but it is not in any of the earlier postings. You must have typed in incorrectly.
=B$1*(1+(B$2/B$3) ^ (B$3*B4)........wrong......
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Your Corrected Formula....below....
=B$1*(1+B$2/B$3) ^ (B$3*B4)........Yes, this is correct, and it is mathematically the same as the one posted earlier for this question, but it uses less brackets, which is OK because excel uses the rules of BOMDAS or BODMAS and will do the B$2/B$3 before adding the +1. All my formula was doing was enclosing (B$2/B$3) to space it out as a separate bit before the +1 was added.....the sum is the same and all my spreadsheets using it all gave the correct answer. What you typed in is clearly incorrect and would give the wrong answers, (I thought maybe a typo error on your behalf, but now that that you have posted it you must not have seen that the formula you entered was wrong and was giving the wrong answer.
All of the formula in the jpg spreadsheets are correct and give the correct answer.