Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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
![]() |
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want a running balance like a bank statement | New Users to Excel | |||
how : check register running balance is a stationary cell | Excel Discussion (Misc queries) | |||
Excel - hide erroer values | Excel Discussion (Misc queries) | |||
running balance | New Users to Excel | |||
Values in 'Balance sheet' template are in $ I want £ but there is. | Excel Discussion (Misc queries) |