Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
My formula is =H3-F6+I6
H3 contains my starting balance. H Column labeled Balance F Column labeled Debit I Column labeled Credit If the Balance is for example $1000, all of the rows below the last entry show $1000 in the Balance column. I would like to duplicate the way an actual checkbook register looks and have nothing displayed in those rows until I input a debit or credit. How can I do that? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=if(count(f6,i6)=0,"",H3-F6+I6)
Bob wrote: My formula is =H3-F6+I6 H3 contains my starting balance. H Column labeled Balance F Column labeled Debit I Column labeled Credit If the Balance is for example $1000, all of the rows below the last entry show $1000 in the Balance column. I would like to duplicate the way an actual checkbook register looks and have nothing displayed in those rows until I input a debit or credit. How can I do that? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thanks for the response Dave.
When I entered =if(count(f6,i6)=0,"",H3-F6+I6) all the cells in the Balance column show #NAME? "Dave Peterson" wrote in message ... =if(count(f6,i6)=0,"",H3-F6+I6) Bob wrote: My formula is =H3-F6+I6 H3 contains my starting balance. H Column labeled Balance F Column labeled Debit I Column labeled Credit If the Balance is for example $1000, all of the rows below the last entry show $1000 in the Balance column. I would like to duplicate the way an actual checkbook register looks and have nothing displayed in those rows until I input a debit or credit. How can I do that? -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I use a USA version of excel. And with USA settings.
If you use a different language, you'll have to share it--maybe someone can help. If your settings aren't for USA, you may have to change the commas to semicolons (, becomes ;) In fact, you could try this: Open a test workbook select the cell that gets the formula (J6???). Hit alt-f11 to get to the VBE (where macros live) hit ctrl-g to see the immediate window. Type this: activecell.formula="=if(count(f6,i6)=0,"""",H3-F6+I6)" and hit enter. Then close the VBE window and go back to excel. You'll see how the formula gets translated. If you do use a USA version of excel with USA settings, I'm betting that you mistyped the formula--or you were in R1C1 Reference style instead of A1 reference style. Bob wrote: Thanks for the response Dave. When I entered =if(count(f6,i6)=0,"",H3-F6+I6) all the cells in the Balance column show #NAME? "Dave Peterson" wrote in message ... =if(count(f6,i6)=0,"",H3-F6+I6) Bob wrote: My formula is =H3-F6+I6 H3 contains my starting balance. H Column labeled Balance F Column labeled Debit I Column labeled Credit If the Balance is for example $1000, all of the rows below the last entry show $1000 in the Balance column. I would like to duplicate the way an actual checkbook register looks and have nothing displayed in those rows until I input a debit or credit. How can I do that? -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spell Checking with checking cell notes | Excel Discussion (Misc queries) | |||
Check Register | Excel Discussion (Misc queries) | |||
checkbook register | Excel Discussion (Misc queries) | |||
Checkbook Register | Excel Discussion (Misc queries) | |||
i cannot register the key while i registered it before and it wor. | New Users to Excel |