Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
doggydog
 
Posts: n/a
Default How to hide values in a running balance untill new data is entere.

I'm trying to make a spreadsheet to keep track of the miles I bike and the
total time. For each of these, I made a running balance. The entire range
displays the total. I would like to hide the displayed future totals untill
a new value is entered for that particular day.

example: miles total
1 1
2 3
3
3
3

I don't want to see all those 3's until I input new data

example: miles total
1 1
2 3
3 6

Thanks for any help
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Assume your miles column is column A and totals is column
B.

A1 = Miles
B1 = Total

A2 = 1

Formula in B2:

=IF(A2="","",SUM(B1,A2))

Copy down as needed.

Biff

-----Original Message-----
I'm trying to make a spreadsheet to keep track of the

miles I bike and the
total time. For each of these, I made a running

balance. The entire range
displays the total. I would like to hide the displayed

future totals untill
a new value is entered for that particular day.

example: miles total
1 1
2 3
3
3
3

I don't want to see all those 3's until I input new data

example: miles total
1 1
2 3
3 6

Thanks for any help
.

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
I want a running balance like a bank statement Roger Campbell New Users to Excel 4 January 25th 05 10:15 AM
how : check register running balance is a stationary cell Michele Excel Discussion (Misc queries) 9 January 19th 05 06:25 PM
Excel - hide erroer values Kathrine J Wathne Excel Discussion (Misc queries) 1 January 10th 05 11:13 PM
running balance Jackie New Users to Excel 9 January 8th 05 12:47 AM
Values in 'Balance sheet' template are in $ I want £ but there is. amulcrone Excel Discussion (Misc queries) 2 December 2nd 04 09:05 PM


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