+ Reply to Thread
Results 1 to 3 of 3

Running Total

  1. #1
    Registered User
    Join Date
    08-07-2015
    Location
    Winter Garden FL
    MS-Off Ver
    Mac 2016
    Posts
    5

    Running Total

    Hello there... I am looking to have a running total. Column A will have a list of 1s and 0s. Column B will be the running total. The difference in this running total is that I need the cell in column B to show a blank when the adjacent cell in column A is a "0". Then have the total pick back up when there is a 1 again. I have tried some IF formulas and some SUMIF but I can't seem to get the total to pick back up after a cell have a "0". Thanks in advance for any help.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Running Total

    In B2 copied down

    =IF(A2=0,"", SUM($A$2:$A2)
    Is that what you want?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    08-07-2015
    Location
    Winter Garden FL
    MS-Off Ver
    Mac 2016
    Posts
    5

    Re: Running Total

    SWEET thanks.. I see what I was doing wrong.. I had my lock cell references wrong. Thanks for the very fast reply.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Running total from a daliy worksheet into a montly total.
    By jakesib in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 06-15-2014, 10:49 PM
  2. Pivot Chart Running Total - Removing Current Year Future Total
    By car3489 in forum Excel Charting & Pivots
    Replies: 5
    Last Post: 07-27-2013, 03:35 AM
  3. [SOLVED] Grand Total and Running Total Together!
    By simon123 in forum Excel Charting & Pivots
    Replies: 10
    Last Post: 12-06-2012, 06:43 AM
  4. Running total of multiple running totals
    By ashncg in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-09-2011, 05:20 PM
  5. Add current total and running total
    By rad mp in forum Excel General
    Replies: 9
    Last Post: 10-12-2009, 11:44 AM
  6. Summing total & running total?
    By jackiejackie in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 12-14-2008, 02:19 PM
  7. [SOLVED] % of Running Total to Grand Total in Pivot Table
    By David in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-17-2005, 04:05 PM

Tags for this Thread

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