+ Reply to Thread
Results 1 to 3 of 3

Need Running Total

  1. #1
    Registered User
    Join Date
    10-21-2015
    Location
    Jamaica, New York (USA)
    MS-Off Ver
    2013
    Posts
    2

    Question Need Running Total

    I'm addressing this issue after someone else originally designed this sheet.
    I've made some changes, but I've added a "YEARLY OT Total" column to the 'PP' sheet, instead of using the original third sheet entitled, "Totals."

    On the sheet entitled "PP," I need to have the "Yearly OT Total" (Column E) to keep a running total for each user, taken from "PP OT Total" (Column D).

    For my usual tasks, I've been able to always use formulas, but for this running totals problem, this may need to be written with VB.
    Unfortunately, I do not know VB (sad, but true).
    Attached Files Attached Files

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Need Running Total

    Hello WritingBuf,

    Add this formula to cell E3 and drag it down to E73.
    =SUMPRODUCT(F3:AI3,--($F$1:$AI$1<>""))
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    10-21-2015
    Location
    Jamaica, New York (USA)
    MS-Off Ver
    2013
    Posts
    2

    Re: Need Running Total

    OoooOOooo.... close, so close (quite brilliant, by the way)... thank you.

    E3 needs to carry a running total of D3.

    The formula gave the 'hours worked' total, so I modified it to multiply 'hours worked' by B3 (hours x rate).
    I changed the formula to add such... =SUMPRODUCT(F3:AI3,--($F$1:$AI$1<>"")*B3)
    ... but when we add a new Pay Period, the field changed back to zero.

    We need something to keep the total (E3) from pay period to pay period until we decide to 'zero' the balance.

+ 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