A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Checkbook calculations



 
 
Thread Tools Display Modes
  #1  
Old June 6th, 2010, 05:06 PM posted to microsoft.public.excel.worksheet.functions
MDS1267
external usenet poster
 
Posts: 1
Default Checkbook calculations

I am trying to create an Excel worksheet to calculate my checkbook. I want to
be able to enter different transactions and have them added or subtracted
from my balance, as well as keep a running balance. Any info will be most
helpful.
Thank you
  #2  
Old June 6th, 2010, 05:35 PM posted to microsoft.public.excel.worksheet.functions
Don Guillett[_3_]
external usenet poster
 
Posts: 3
Default Checkbook calculations

google
excel:checkbook template

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"MDS1267" wrote in message
...
I am trying to create an Excel worksheet to calculate my checkbook. I want
to
be able to enter different transactions and have them added or subtracted
from my balance, as well as keep a running balance. Any info will be most
helpful.
Thank you


  #3  
Old June 6th, 2010, 05:39 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Checkbook calculations

Here's how I have mine setup:

Row 1 = column headers
A1 = Date
B1 = Ck Num
C1 = Description
D1 = Debit
E1 = Rec (reconcile)
F1 = Fee
G1 = Deposit
H1 = Balance

H2 = starting balance (manually entered)

Enter this formula in H3 and copy down:

=IF(A3="","",SUM(H2,G3)-SUM(D3,F3))


--
Biff
Microsoft Excel MVP


"MDS1267" wrote in message
...
I am trying to create an Excel worksheet to calculate my checkbook. I want
to
be able to enter different transactions and have them added or subtracted
from my balance, as well as keep a running balance. Any info will be most
helpful.
Thank you



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 03:19 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.