Need Help Programming

R

RandyJ

That's it!

Thank you!
Hi!

We crossed in the post.

If all you need is the standard compound interest formula:

amount=principal*(1+int)^years

then put principal in A1
Years in A2
Interest rate in A3
In A4 put = A1*(1+A3)^A2

Take care that A3 is 0.03 if you want 3% etc
 
Top