Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Im trying to balance a checkbook. How do I put in the function that will add
deposits and subtract withdrawls? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You would normally have at least a Date column (A), a column for
Deposits (B), a column for Withdrawals (C) and a Balance column (D) - enter these headings in row 1: A1: Date B1: Deposit C1: Withdrawal D1: Balance Highlight cells B2 to D20 (for example) and click Format | Cells | Number (tab) then select Currency and choose your currency symbol - you would normally have 2 decimal places. Click OK when you have set this up. Highlight cells A2 to A20 and click Format | Cells | Number (tab) then select Date and choose an appropriate style of date from the list. You would normally have an opening balance (eg $100), so type 100 into cell D2. In cell D3 enter this formula: =IF(A3=0,"",D2+B3-C3) then highlight that cell and copy it down into D4 to D20. Now you can enter some data - put a date in A3 and enter any deposits in B3 and withdrawals in C3 (you don't have to have both). The formula in D3 will now show what the current balance is. Add another date in A4 and a deposit or withdrawal in B4 or C4 and then D4 will reveal the latest balance. The latest balance is only shown when there is a date entered in column A. Hope this helps. Pete Cheryl wrote: Im trying to balance a checkbook. How do I put in the function that will add deposits and subtract withdrawls? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you find an answer, plaease pass it on.
My wife could use it<g If deposits and withdrawls are in one column, just enter the withdrawls as negatives. Then use =SUM(A1:A346) Gord Dibben MS Excel MVP On Tue, 3 Oct 2006 16:07:02 -0700, Cheryl wrote: Im trying to balance a checkbook. How do I put in the function that will add deposits and subtract withdrawls? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Reusing formula | Excel Discussion (Misc queries) | |||
Locking portions of a formula | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
What is the formula for bank account row balance column | Excel Worksheet Functions | |||
Balance sheet Formula | Excel Discussion (Misc queries) |