Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 32
Default Checking Register

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default Checking Register

=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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 32
Default Checking Register

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   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 35,218
Default Checking Register

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
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
Spell Checking with checking cell notes jfitzpat Excel Discussion (Misc queries) 0 August 8th 07 10:26 PM
Check Register Lavert Excel Discussion (Misc queries) 1 July 23rd 07 04:10 PM
checkbook register mason Excel Discussion (Misc queries) 2 September 18th 06 02:52 AM
Checkbook Register PurpleBabs Excel Discussion (Misc queries) 5 April 26th 06 12:03 AM
i cannot register the key while i registered it before and it wor. annie New Users to Excel 1 November 8th 05 02:50 PM


All times are GMT +1. The time now is 01:53 PM.

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"