Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Another checkbook registry problem...

I am trying to put together a checkbook registry much like the Excel
Checkbook Registry Template, and I know how to make the columns/ rows a
certain function (i.e. currency, date, etc.) but I can't figure out the
formula to get the running balance. If someone could help, i would greatly
appreciate it!

Jazz
P.S. I'm using MS Excel 2003.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Another checkbook registry problem...

Lets say column A has the transaction date.
Column B (starting in B2) has the deposits
Column C (starting in C2) has the withdrawls
Column D will have the running balance

In D1 put 0
In D2 enter:

=D1+B2-C2 and copy down

We just take the previous balance and update it.
--
Gary's Student


"LJB Jazz" wrote:

I am trying to put together a checkbook registry much like the Excel
Checkbook Registry Template, and I know how to make the columns/ rows a
certain function (i.e. currency, date, etc.) but I can't figure out the
formula to get the running balance. If someone could help, i would greatly
appreciate it!

Jazz
P.S. I'm using MS Excel 2003.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Another checkbook registry problem...

I tried your advice and I still can't get it to work... I just don't know
what I'm doing wrong... it comes out saying $10.00 every time and the formula
changes to =REF#!+B1-C1... any more adivce??

"Gary''s Student" wrote:

Lets say column A has the transaction date.
Column B (starting in B2) has the deposits
Column C (starting in C2) has the withdrawls
Column D will have the running balance

In D1 put 0
In D2 enter:

=D1+B2-C2 and copy down

We just take the previous balance and update it.
--
Gary's Student


"LJB Jazz" wrote:

I am trying to put together a checkbook registry much like the Excel
Checkbook Registry Template, and I know how to make the columns/ rows a
certain function (i.e. currency, date, etc.) but I can't figure out the
formula to get the running balance. If someone could help, i would greatly
appreciate it!

Jazz
P.S. I'm using MS Excel 2003.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 42
Default Another checkbook registry problem...

Try this, it works if you delete rows later, and shows zero if there is no
date in column A

=IF(ISBLANK(A2),0,SUM($B$2:B2)-SUM($C$2:C2))

Regards
Peter
"LJB Jazz" wrote:

I am trying to put together a checkbook registry much like the Excel
Checkbook Registry Template, and I know how to make the columns/ rows a
certain function (i.e. currency, date, etc.) but I can't figure out the
formula to get the running balance. If someone could help, i would greatly
appreciate it!

Jazz
P.S. I'm using MS Excel 2003.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 470
Default Another checkbook registry problem...

I already have this done, probably in more details then you are trying to do.
My spreadsheet calculates the difference between the ending balance in the
spreadsheet vs the ending balance that you indicate for the check register.
Also pulls the ending balance from the previous register (in spreadsheet) to
make beginning balance in new register and more. If you would like me to
email you my copy (template), I will with instructions on how it works.

Les

"LJB Jazz" wrote:

I am trying to put together a checkbook registry much like the Excel
Checkbook Registry Template, and I know how to make the columns/ rows a
certain function (i.e. currency, date, etc.) but I can't figure out the
formula to get the running balance. If someone could help, i would greatly
appreciate it!

Jazz
P.S. I'm using MS Excel 2003.

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
have some problem with database baldamenti Excel Discussion (Misc queries) 1 October 13th 05 05:38 PM
Urgent Help Required on Excel Macro Problem Sachin Shah Excel Discussion (Misc queries) 1 August 17th 05 06:26 AM
Problem With Reference Update Egon Excel Worksheet Functions 17 July 16th 05 05:45 AM
Copy an Drag cell Formula Problem Nat Excel Discussion (Misc queries) 1 June 20th 05 03:24 PM
Freeze Pane problem in shared workbooks JM Excel Discussion (Misc queries) 1 February 1st 05 12:04 AM


All times are GMT +1. The time now is 06:58 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"