Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default balance in excel that only shows the last entry

I have a simple formula
in cell G4 I have =(g3-c4-d4-e4+f4)

When I copy it down for the entire column it shows the last "G" entry all
the way down. I want it blank until I fill in c4, d4,ef or f4 (like a
checkbook register, but with multiple columns)
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default balance in excel that only shows the last entry

Try this:

=IF(COUNT(C4:F4),G3-C4-D4-E4+F4,"")


--
Biff
Microsoft Excel MVP


"mchick" wrote in message
...
I have a simple formula
in cell G4 I have =(g3-c4-d4-e4+f4)

When I copy it down for the entire column it shows the last "G" entry all
the way down. I want it blank until I fill in c4, d4,ef or f4 (like a
checkbook register, but with multiple columns)



  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default balance in excel that only shows the last entry

thanks so very much. I think I had tried everything but that :)

"T. Valko" wrote:

Try this:

=IF(COUNT(C4:F4),G3-C4-D4-E4+F4,"")


--
Biff
Microsoft Excel MVP


"mchick" wrote in message
...
I have a simple formula
in cell G4 I have =(g3-c4-d4-e4+f4)

When I copy it down for the entire column it shows the last "G" entry all
the way down. I want it blank until I fill in c4, d4,ef or f4 (like a
checkbook register, but with multiple columns)




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default balance in excel that only shows the last entry

You're welcome!

--
Biff
Microsoft Excel MVP


"mchick" wrote in message
...
thanks so very much. I think I had tried everything but that :)

"T. Valko" wrote:

Try this:

=IF(COUNT(C4:F4),G3-C4-D4-E4+F4,"")


--
Biff
Microsoft Excel MVP


"mchick" wrote in message
...
I have a simple formula
in cell G4 I have =(g3-c4-d4-e4+f4)

When I copy it down for the entire column it shows the last "G" entry
all
the way down. I want it blank until I fill in c4, d4,ef or f4 (like a
checkbook register, but with multiple columns)






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
drop down list shows first blank row after last list entry Jerry Bennett[_2_] Excel Discussion (Misc queries) 1 November 10th 07 11:35 AM
Excel-Input numeric value in cell, it shows up as 1/100th of entry DarinMelin Excel Discussion (Misc queries) 2 October 31st 07 06:14 PM
Cell Shows no Color until Data Entry Teddy-B Excel Discussion (Misc queries) 1 May 28th 07 09:26 PM
rent received/balance owed/running balance spreadsheet Quickbooks dummy Excel Discussion (Misc queries) 1 January 2nd 06 07:34 PM
automatic entering Balance at every entry in my bank account Sena Excel Discussion (Misc queries) 2 August 10th 05 05:44 PM


All times are GMT +1. The time now is 11:01 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"