Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 144
Default How do I balance a chckbook? what is the formula?

Im trying to balance a checkbook. How do I put in the function that will add
deposits and subtract withdrawls?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How do I balance a chckbook? what is the formula?

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How do I balance a chckbook? what is the formula?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 04:34 AM
Locking portions of a formula tiggatattoo Excel Worksheet Functions 2 June 5th 06 05:51 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 06:30 AM
What is the formula for bank account row balance column Hazeldean Excel Worksheet Functions 2 May 17th 05 05:34 AM
Balance sheet Formula TC Excel Discussion (Misc queries) 0 February 23rd 05 09:13 PM


All times are GMT +1. The time now is 08:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"