Author Topic: AppleWorks Guru wanted!  (Read 1228 times)

Offline kbeartx

  • TS Addict
  • Posts: 6772
    • View Profile
    • http://
AppleWorks Guru wanted!
« on: September 07, 2003, 02:11:34 PM »
I'm trying to setup an Appleworks 6 spreadsheet to keep track of my bank account.  

I have figured out how to have it calculate the running balance by manually entering which cells to add, but this is very tedious - there must be a way to automate this - some function that will increment the cell numbers by one each time (or some other method I am unaware of that will accomplish the same thing).

Anybunny know how to do this and can 'splain it to me, or point me to online resources at which I can educate mice-elf?

TIA,

 - kbeartx

Offline jepinto

  • TS Addict
  • *****
  • Posts: 6195
    • View Profile
    • http://
AppleWorks Guru wanted!
« Reply #1 on: September 07, 2003, 03:42:01 PM »
Have your tried the "Fill Down" in the Options menu?
Do not fear your enemies.  The worse they can do is kill you.  Do not fear friends.  At worst, they may betray you.
Fear those who do not care; they neither kill nor betray, but betrayal and murder exist because of their silent consent.
~Bruno Jasienski~

Offline Greg Dunn

  • Poster
  • **
  • Posts: 94
    • View Profile
AppleWorks Guru wanted!
« Reply #2 on: September 07, 2003, 04:07:25 PM »
Here’s how I tried to solve the problem:

A 5 column spreadsheet, the headers labeled ‘Transaction’, for the check number,  ‘Reason’, for who the check is to,  ‘Deposit’, ‘Debit’, & ‘Balance’.  I started out with 22 rows, but you can start with more or less as you see fit.  In line 22 of column ‘E’, the Balance column,  I make the formula <=C22-D22>, or Deposits minus Debits.  Finally, I make the Deposit column autosum, and do the same with the Debit column, so that Cell C22 has the formula <=SUM C2...C21>.  As you fill the spreadhheet, you can use the insert cells command, and the new cells will become part of the formula.  Your correct balance will always be in the last cell of the spreadsheet.

Hope this helps.