I have a worksheet that I use for calculating my banking / bills. Basically in column C I have a running total and in column B I have the debit / credit amount.
Currently I have just "=C5+B6" throughout all of column C (with 5/6 changing depending on the actual cell).
Is there a way to "automate" this so that if I need to add a row in the middle, I don't have to go through and rewrite all the equations in the following cells??? However I need it to still allow me to change the values in Column C when needed (to update current available funds if it changes). I started with trying to write a selectionchange macro using offsets, but it didn't work out too well.
Here is a real quick example of how it is setup:
I am fairly familiar with macros but I don't even know how to bring up the "spreadsheet formulas" box... lol
Any help is appreciated.
Currently I have just "=C5+B6" throughout all of column C (with 5/6 changing depending on the actual cell).
Is there a way to "automate" this so that if I need to add a row in the middle, I don't have to go through and rewrite all the equations in the following cells??? However I need it to still allow me to change the values in Column C when needed (to update current available funds if it changes). I started with trying to write a selectionchange macro using offsets, but it didn't work out too well.
Here is a real quick example of how it is setup:
I am fairly familiar with macros but I don't even know how to bring up the "spreadsheet formulas" box... lol
Any help is appreciated.