#1   Report Post  
Posted to microsoft.public.excel.misc
PurpleBabs
 
Posts: n/a
Default Checkbook Register

I like using the checkbook register template in MS Excel, but I want two
debit columns and two credit columns against the one balance column. I
figured out how to copy the column, but it does not calculate in the balance
column. How do you do that?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith
 
Posts: n/a
Default Checkbook Register

You would need to change the formula in the balance column to incorporate your
two new columns.

Presumably, the current formula is something like:

=f2+d3-e3

And you would need something like:

=h2+d3+e3-f3-g3

--
Regards,
Fred


"PurpleBabs" wrote in message
...
I like using the checkbook register template in MS Excel, but I want two
debit columns and two credit columns against the one balance column. I
figured out how to copy the column, but it does not calculate in the balance
column. How do you do that?



  #3   Report Post  
Posted to microsoft.public.excel.misc
PurpleBabs
 
Posts: n/a
Default Checkbook Register

Thanks for responding, but that's not quite what I was looking for. The
formula in the balance column is like this:
"=IF(AND(ISBLANK(F9),ISBLANK(G9)),"",H8-F9+G9)" for a line that has a debit
entry. Simply copying it and adding the added column does not work because
now, for example, f and g are debit columns, h and i are credit columns, and
j is now my balance column. I get all kinds of errors about logic, just
clicking the columns won't enter them. So really, if you understand this
formula, maybe you can just tell me how to make f and g debit h and i credit
= to J, and no I am not trying to enter two debits or credits on one line,
each line will have only one action from one of those four columns. So, what
do you think. I hope this is clear.

"Fred Smith" wrote:

You would need to change the formula in the balance column to incorporate your
two new columns.

Presumably, the current formula is something like:

=f2+d3-e3

And you would need something like:

=h2+d3+e3-f3-g3

--
Regards,
Fred


"PurpleBabs" wrote in message
...
I like using the checkbook register template in MS Excel, but I want two
debit columns and two credit columns against the one balance column. I
figured out how to copy the column, but it does not calculate in the balance
column. How do you do that?




  #4   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith
 
Posts: n/a
Default Checkbook Register

If you added additional debit and credit columns, your formula would change to:

=if(and(f9="",g9="",h9="",i9=""),"",h8-f9-g9+h9+i9)

It's the same formula as I originally gave you, except you are using columns F
to I, whereas I had used D to H.

The f9="" is a shorter way of writing isblank(f9). It's checking to see if all
four columns are blank. If so, nothing is displayed in the balance column.

--
Regards,
Fred


"PurpleBabs" wrote in message
...
Thanks for responding, but that's not quite what I was looking for. The
formula in the balance column is like this:
"=IF(AND(ISBLANK(F9),ISBLANK(G9)),"",H8-F9+G9)" for a line that has a debit
entry. Simply copying it and adding the added column does not work because
now, for example, f and g are debit columns, h and i are credit columns, and
j is now my balance column. I get all kinds of errors about logic, just
clicking the columns won't enter them. So really, if you understand this
formula, maybe you can just tell me how to make f and g debit h and i credit
= to J, and no I am not trying to enter two debits or credits on one line,
each line will have only one action from one of those four columns. So, what
do you think. I hope this is clear.

"Fred Smith" wrote:

You would need to change the formula in the balance column to incorporate
your
two new columns.

Presumably, the current formula is something like:

=f2+d3-e3

And you would need something like:

=h2+d3+e3-f3-g3

--
Regards,
Fred


"PurpleBabs" wrote in message
...
I like using the checkbook register template in MS Excel, but I want two
debit columns and two credit columns against the one balance column. I
figured out how to copy the column, but it does not calculate in the
balance
column. How do you do that?






  #5   Report Post  
Posted to microsoft.public.excel.misc
PurpleBabs
 
Posts: n/a
Default Checkbook Register

Thanks for this info, this helps some more, entering that 'isblank' is a
trip. I will try the way you have it here. What is wrong with my formula
(below) I did manage to enter. this is a credit entry in I10; J10 is the
balance column where nothing happens when I tab past it.
=IF(AND(ISBLANK(F10),ISBLANK(G10),ISBLANK(H10)),"" ,J9-F10-G10+H10+I10
I really appreciate your help
Barbara
"Fred Smith" wrote:

If you added additional debit and credit columns, your formula would change to:

=if(and(f9="",g9="",h9="",i9=""),"",h8-f9-g9+h9+i9)

It's the same formula as I originally gave you, except you are using columns F
to I, whereas I had used D to H.

The f9="" is a shorter way of writing isblank(f9). It's checking to see if all
four columns are blank. If so, nothing is displayed in the balance column.

--
Regards,
Fred


"PurpleBabs" wrote in message
...
Thanks for responding, but that's not quite what I was looking for. The
formula in the balance column is like this:
"=IF(AND(ISBLANK(F9),ISBLANK(G9)),"",H8-F9+G9)" for a line that has a debit
entry. Simply copying it and adding the added column does not work because
now, for example, f and g are debit columns, h and i are credit columns, and
j is now my balance column. I get all kinds of errors about logic, just
clicking the columns won't enter them. So really, if you understand this
formula, maybe you can just tell me how to make f and g debit h and i credit
= to J, and no I am not trying to enter two debits or credits on one line,
each line will have only one action from one of those four columns. So, what
do you think. I hope this is clear.

"Fred Smith" wrote:

You would need to change the formula in the balance column to incorporate
your
two new columns.

Presumably, the current formula is something like:

=f2+d3-e3

And you would need something like:

=h2+d3+e3-f3-g3

--
Regards,
Fred


"PurpleBabs" wrote in message
...
I like using the checkbook register template in MS Excel, but I want two
debit columns and two credit columns against the one balance column. I
figured out how to copy the column, but it does not calculate in the
balance
column. How do you do that?








  #6   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith
 
Posts: n/a
Default Checkbook Register

Your formula should work, assuming you end it with two parentheses.

Tabbing past a cell should have no effect. The cell should calculate as soon as
you enter something in one of the debit or credit columns. Is your formula in
cell J10?

When you say 'I10 is a credit entry', do you want the number added to or
subtracted from the balance? With your formula, you are adding it to the
balance.

--
Regards,
Fred


"PurpleBabs" wrote in message
...
Thanks for this info, this helps some more, entering that 'isblank' is a
trip. I will try the way you have it here. What is wrong with my formula
(below) I did manage to enter. this is a credit entry in I10; J10 is the
balance column where nothing happens when I tab past it.
=IF(AND(ISBLANK(F10),ISBLANK(G10),ISBLANK(H10)),"" ,J9-F10-G10+H10+I10
I really appreciate your help
Barbara
"Fred Smith" wrote:

If you added additional debit and credit columns, your formula would change
to:

=if(and(f9="",g9="",h9="",i9=""),"",h8-f9-g9+h9+i9)

It's the same formula as I originally gave you, except you are using columns
F
to I, whereas I had used D to H.

The f9="" is a shorter way of writing isblank(f9). It's checking to see if
all
four columns are blank. If so, nothing is displayed in the balance column.

--
Regards,
Fred


"PurpleBabs" wrote in message
...
Thanks for responding, but that's not quite what I was looking for. The
formula in the balance column is like this:
"=IF(AND(ISBLANK(F9),ISBLANK(G9)),"",H8-F9+G9)" for a line that has a
debit
entry. Simply copying it and adding the added column does not work because
now, for example, f and g are debit columns, h and i are credit columns,
and
j is now my balance column. I get all kinds of errors about logic, just
clicking the columns won't enter them. So really, if you understand this
formula, maybe you can just tell me how to make f and g debit h and i
credit
= to J, and no I am not trying to enter two debits or credits on one line,
each line will have only one action from one of those four columns. So,
what
do you think. I hope this is clear.

"Fred Smith" wrote:

You would need to change the formula in the balance column to incorporate
your
two new columns.

Presumably, the current formula is something like:

=f2+d3-e3

And you would need something like:

=h2+d3+e3-f3-g3

--
Regards,
Fred


"PurpleBabs" wrote in message
...
I like using the checkbook register template in MS Excel, but I want two
debit columns and two credit columns against the one balance column. I
figured out how to copy the column, but it does not calculate in the
balance
column. How do you do that?








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
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
Spreadsheet like checkbook register Bobby B New Users to Excel 1 September 30th 05 04:40 PM
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
How do I create a checkbook register? Cumquat New Users to Excel 2 January 2nd 05 12:57 PM


All times are GMT +1. The time now is 12:07 PM.

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

About Us

"It's about Microsoft Excel"