+ Reply to Thread
Results 1 to 3 of 3

How to stop running total on excel spreadsheet

  1. #1
    RC
    Guest

    How to stop running total on excel spreadsheet

    How do I prevent a running total on spreadsheet. ie, A3+B2 is a total for B3.
    Yet B4,B5,B6 shows same total. How do I keep these other cells @ zeros or
    blank until next entry? Thanks.

  2. #2
    Bob Phillips
    Guest

    Re: How to stop running total on excel spreadsheet

    In B3, use

    =IF(A3<>"",A3+B2,"")

    and copy across

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "RC" <[email protected]> wrote in message
    news:[email protected]...
    > How do I prevent a running total on spreadsheet. ie, A3+B2 is a total for

    B3.
    > Yet B4,B5,B6 shows same total. How do I keep these other cells @ zeros or
    > blank until next entry? Thanks.




  3. #3
    RagDyer
    Guest

    Re: How to stop running total on excel spreadsheet

    Just another way, returning zero instead of null.

    With first value starting in A2, try this in B2:

    =SUM($A$2:A2)*(A2<>"")
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    In B3, use

    =IF(A3<>"",A3+B2,"")

    and copy across

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "RC" <[email protected]> wrote in message
    news:[email protected]...
    > How do I prevent a running total on spreadsheet. ie, A3+B2 is a total for

    B3.
    > Yet B4,B5,B6 shows same total. How do I keep these other cells @ zeros or
    > blank until next entry? Thanks.




+ 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