I am attempting to set up a spreadsheet that shows compounded interest. How do I copy one cell into the next without changing one of the paramaters? For example: =(a1*.4%)+b1 copied so the next cell (down one) reads =(a2*4%)+b1 =(a3*4%)+b1 etc.. I need the b1 to stay the same. I can go back and change it manually, but after you do that 360+ times, it gets rather old quickly. Any suggestions?
2007-02-28
06:42:55
·
3 answers
·
asked by
pcnut4u
2
in
Computers & Internet
➔ Programming & Design
Sorry Kenny, that didn't fix my problem.
2007-02-28
07:16:54 ·
update #1
Plez, the value of B1 will change. I've been doing it your way, but now I'm looking for a easier format. I would like to change the value of B1 and have it change the entire form. The form is for a 30 year, month by month chart. Changing B1 360 times takes a lot of work.
2007-02-28
08:20:28 ·
update #2