+ Reply to Thread
Results 1 to 2 of 2

How to hide values in a running balance untill new data is entere.

  1. #1
    doggydog
    Guest

    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. #2
    Biff
    Guest

    How to hide values in a running balance untill new data is entere.

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1