First cell = 200
2nd cell = First Cell * 1.05 (assume 5% interest)
3rd cell = 2nd cell * 1.05
Copy and past for as many years as you want.
200 * (1 + (annual interest rate in percent / 1200)) ^ 120
Edit, thats for a starting value of £200 with interest compounded monthly. Is that what you want?
that would be a one off saving.
edit 3.
Ok I have woken up.
200 per month
year 1 = 2400
year 2 = (year1*1.05) + (2400)
Year 3 = (year2*1.05) + (2400)
so on so on.
10 years =
30K
assuming 200 every month. and assuming 5% every year, paid yearly.