MacKat said:
Hello everyone!
I am trying to use Appleworks spreadsheet to set up a running account.
Is there any way that I could implement the following
set up the available balance as 1100 and then subtract the amount of money going into another row of cells? Sorry - it is difficult to explain.
By starting off with one figure, can you command that rows change dependant on what values you put into other rows?
Alternatively, any good appleworks help sites out there?
Kat x
I keep my bank account in an Apple Works spreadsheet and it's quite easy.
I use six columns as follows:
A = Date of transaction
B = Payee / cheque number
C = Credits
D = Debits
E = Checked against statement (I fill this with a fill pattern when checking my statements)
F = Balance
I have a title in Row 1 and Column headers in Row 2, so we'll assume for now that you use the same style. You can then show your opening balance in Row 3. So in cell F3 you would enter your opening balance of £1100. Immediately below this in cell F4 you need to enter the following formula:
=SUM(F3-D4+C4)
This will take the value in F3 (your opening balance) then subtract any Debits in Row 4, then add any Credits in Row 4. Normally you'd only have either a Debit or a Credit in a single row, but this formula allows for one or the other, or even both.
Now you need to populate the rest of your Balance column with the same formula. Click and hold on cell F4 then drag down to the bottom of your spreadsheet - it can take a while to reach the bottom. When all the relevant cells are selected press Apple+D to Fill Down. What you'll see immediately is that all the cells now have your opening balance of £1100. Click on any of the cells though and you'll see in the cell detail window (just below the header bar) that the formula has been copied
but the values have been changed to match the row you are in. Click on any cell below F3 and you'll see that the formula corresponds to that cell e.g. F17 contains the formula
=SUM(F16-D17+C17)
Now try entering figures in the Debit and Credit columns and you should immediately see the balance column changing.
I think that's clear enough, but if you have any more questions feel free to ask.