PC Review


Reply
Thread Tools Rate Thread

How do I set up a checkbook register?

 
 
=?Utf-8?B?bWtpbm5leTcxNg==?=
Guest
Posts: n/a
 
      29th Aug 2004
I would like to set up a checkbook register in excel. I have a basic idea but
the total column fills before I put an entry in the row.
 
Reply With Quote
 
 
 
 
Biff
Guest
Posts: n/a
 
      29th Aug 2004
Hi!

Change your total formula so that it won't show the total
until/unless there are enties in either the debit or
deposit fields. EG:

D2 = debits
E2 = deposits
H2 = total or balance

formula in H2:

=IF(OR(D2="",E2=""),"",Your Total Formula)

Biff

>-----Original Message-----
>I would like to set up a checkbook register in excel. I

have a basic idea but
>the total column fills before I put an entry in the row.
>.
>

 
Reply With Quote
 
Biff
Guest
Posts: n/a
 
      29th Aug 2004
Ooops!

Change that to:

=IF(AND(D2="",E2=""),"",Your Total Formula)

Or, you can just choose which ever field you'd like. I
have mine setup to test the first field which is the date.

Here are some tips that I have incorporated into my
register.

I use dropdown lists in most fields so that I'm just
pointing and clicking. I point and click for the date, the
check number, the transaction description, any bank fees
like atm fees, the reconciliation field, and regular
deposit amounts. Basically, all I enter is a debit amount.
Reconciliation is a piece of cake!

Biff

>-----Original Message-----
>Hi!
>
>Change your total formula so that it won't show the total
>until/unless there are enties in either the debit or
>deposit fields. EG:
>
>D2 = debits
>E2 = deposits
>H2 = total or balance
>
>formula in H2:
>
>=IF(OR(D2="",E2=""),"",Your Total Formula)
>
>Biff
>
>>-----Original Message-----
>>I would like to set up a checkbook register in excel. I

>have a basic idea but
>>the total column fills before I put an entry in the row.
>>.
>>

>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: Checkbook register J_Knowles Microsoft Excel Programming 0 20th Feb 2010 04:06 AM
Re: Checkbook register Jef Gorbach Microsoft Excel Programming 0 19th Feb 2010 06:22 PM
checkbook register =?Utf-8?B?bWFzb24=?= Microsoft Excel Misc 2 18th Sep 2006 02:52 AM
checkbook register =?Utf-8?B?bHlubmJ1ZmY=?= Microsoft Excel New Users 5 25th Jul 2006 08:21 PM
Checkbook Register =?Utf-8?B?UHVycGxlQmFicw==?= Microsoft Excel Misc 5 26th Apr 2006 12:03 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:48 PM.