LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.misc
PurpleBabs
 
Posts: n/a
Default Checkbook Register template

This makes sense to me too. I believe I saw someone saying how this template
does not entirely follow Excel's usual formula setup, hence the 'isblank',
and I think I have tried to just select the columns, but all kinds of logical
issues come up, and that is beyond my understanding; by the end of the day, I
will probably have to just go through my tutorial on Excel rather than go on
what I think I know about Excel. Thanks for helping. I'll keep you posted.

"David Biddulph" wrote:

"David Biddulph" wrote in message
...
"PurpleBabs" wrote in message
...
How do I make the two columns I added - another debit and another
credit - to
the Checkbook Register Template also calculate against the balance
column?


If the balance formula originally said:
=IF(AND(ISBLANK(D5),ISBLANK(E5)),"",F4-D5+E5)
and you've now added extra columns such that your debits are columns D and
E and your credits are F and G, and your balance H, then try:
=IF(AND(ISBLANK(D5),ISBLANK(E5),ISBLANK(F5),ISBLAN K(G5)),"",H4-D5-E5+F5+G5)


But it has sensibly been pointed out on another thread that the template
doesn't make sense in the way it deals with blank rows (though it does warn
about this danger). It would therefore make more sense to remove the
"ISBLANK" tests, and hence just be left with =H4-D5-E5+F5+G5.
--
David Biddulph





 
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
Checkbook Register PurpleBabs Excel Discussion (Misc queries) 5 April 26th 06 12:03 AM
How do I expand the checkbook register to more than 98 entries? Marcia Ann Miller Excel Worksheet Functions 3 February 5th 06 02:34 AM
Check book register template JM Hazel New Users to Excel 6 January 20th 06 01:13 AM
how do i create a running balance on checkbook register mic Excel Discussion (Misc queries) 5 August 4th 05 08:53 PM
how do i add cells in checkbook register template with formulas? nlc Excel Worksheet Functions 0 June 28th 05 03:57 AM


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

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"