+ Reply to Thread
Results 1 to 10 of 10

Using Excel 2000 the same way you would use Quicken or MS Money

Hybrid View

  1. #1
    Registered User
    Join Date
    10-19-2006
    Posts
    6

    Using Excel 2000 the same way you would use Quicken or MS Money

    I would like to know if I could set up my Excel program to be used the same way that Quicken or MS money is used to keep track of my checking account. If so could I get step by step details on how to do this?

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Thumbs up

    Quote Originally Posted by pauliez
    I would like to know if I could set up my Excel program to be used the same way that Quicken or MS money is used to keep track of my checking account. If so could I get step by step details on how to do this?
    Hi pauliez,

    The best thing to do is to buy one of the programs, but if you only want to keep a record of money going in or out with a running balance then try this
    A3 = Cheque number
    B3 = Description
    C3 = Withdrawals
    D3 = Deposits
    E3 = Balance
    E4 = IF(C4=0,SUM(C4:D4),IF(D4=0,D4-C4,D4-C4))
    E5 = IF(AND(C5="",D5=""),"",SUM($D$4:D5)-SUM($C$4:C5)), then drag this one down as far as you like

    Hope this helps

    oldchippy

  3. #3
    Registered User
    Join Date
    10-19-2006
    Posts
    6
    I don’t understand your reply. What do you mean by A3, B3? Column A, row 3? Also what do E4 and E5 mean? Can you simplify you info?

  4. #4
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Quote Originally Posted by pauliez
    I don’t understand your reply. What do you mean by A3, B3? Column A, row 3? Also what do E4 and E5 mean? Can you simplify you info?
    Ok,

    A3 is column A row 3, B3 is column B row 3 and so on......
    A3 to E3 are header titles, you could put anything you like to suit yourself
    E4 and E5 are the formulas you need to enter into those cells, after you have entered the one in E5, if you hover the mouse over the bottom right hand corner of the cell the pointer changes to a black cross hair, now click on this corner and with your left mouse button held down, drag the cell downwards as far as you want.

    Now you can start entering data into cells A4, B4,C4,D4 and the totals will automatically calculate for you.

    Take a look at this link it may help with your learning curve

    http://www.fgcu.edu/support/office20...el/basics.html

    oldchippy
    Last edited by oldchippy; 10-20-2006 at 04:08 AM.

  5. #5
    Registered User
    Join Date
    10-19-2006
    Posts
    6
    Thanks oldchippy for your reply. Sorry I haven't gotten back sooner. I set up an Excel spreadsheet according to your instructions and it works fine. This Excel is great. I would like to add columns to the check register. If I do, do I need to change the letters in the formulas to compensate for the extra column? Such as “D” to “E” and so on.

  6. #6
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Thumbs up

    Quote Originally Posted by pauliez
    Thanks oldchippy for your reply. Sorry I haven't gotten back sooner. I set up an Excel spreadsheet according to your instructions and it works fine. This Excel is great. I would like to add columns to the check register. If I do, do I need to change the letters in the formulas to compensate for the extra column? Such as “D” to “E” and so on.
    Hi pauliez,

    Glad you got it working and yes Excel is a great tool.

    If you put more columns in, the formulas will adjust to take account of this, for example if you click on column D (at the top) to highlight the whole column, then right click and select Insert, this will insert a new blank column called D. You will see that the formulas now in column F have changed to take account of this.

    If you insert extra rows, just will have to drag the formulas down from the cell above by the small black cross hair again.

    oldchippy

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1