Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2008

Tip: Looking for answers? Try searching our database.

running balance

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
PR Kid - 13 Mar 2008 21:43 GMT
How can I have the running balance show up as I plug in number without it
showing the balance down the entire colunm if I use =b2+c2+c1 as the formula
                                                                           
=b3+c3+c2 and so on.
ie
A                  B               C
Day         Reg hrs           OT            Running Total hrs
1              10                  1                 11
2                9                  0                 20
4                                                       0
Signature

Have a great day

Sandy Mann - 13 Mar 2008 22:09 GMT
=IF(COUNT(B3:C3)=2,B3+C3+C2,"")

Signature

HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk

> How can I have the running balance show up as I plug in number without it
> showing the balance down the entire colunm if I use =b2+c2+c1 as the
[quoted text clipped - 7 lines]
> 2                9                  0                 20
> 4                                                       0
Sandy Mann - 13 Mar 2008 22:13 GMT
My formula assumed that you will always be entering zero for no OT hours, it
not use:

=IF(Count(B3:C3)>0,B3+C3+C2,"")

Signature

HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk

> How can I have the running balance show up as I plug in number without it
> showing the balance down the entire colunm if I use =b2+c2+c1 as the
[quoted text clipped - 7 lines]
> 2                9                  0                 20
> 4                                                       0

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.