+ Reply to Thread
Results 1 to 4 of 4

Running Total, If formula?

  1. #1
    Registered User
    Join Date
    03-15-2004
    Location
    OR, USA
    Posts
    51

    Running Total, If formula?

    =IF($D20=TODAY(),SUM($E$3:E20),"")

    Greetings,

    I am using the formula above for a Running total. I am wanting to modify it so that my running total of column E starts from zero every time the date in Column D changes. I thought the "=Today()" would work but obviously it totals the whole column.

    Thanks in Advance

    Nathan Sargeant

  2. #2
    Registered User
    Join Date
    03-15-2004
    Location
    OR, USA
    Posts
    51
    Quote Originally Posted by natei6
    =IF($D20=TODAY(),SUM($E$3:E20),"")

    Greetings,

    I am using the formula above for a Running total. I am wanting to modify it so that my running total of column E starts from zero every time the date in Column D changes. I thought the "=Today()" would work but obviously it totals the whole column.

    Thanks in Advance

    Nathan Sargeant
    P.S. Is this possible?

  3. #3
    Registered User
    Join Date
    02-02-2005
    Posts
    35

    Running total

    If I understand correctly
    you have dates in Column D
    Numbers to be totaled in Column E
    Running Total in Column F

    =IF(D20=D19,F19+E20,E20)

    in words if the date is the same on this line as the one before
    then add the number on this lne to the running total
    otherwise just put the number on this line into the running total

    Hope this helps

    RES

  4. #4
    Registered User
    Join Date
    03-15-2004
    Location
    OR, USA
    Posts
    51
    Quote Originally Posted by RES
    If I understand correctly
    you have dates in Column D
    Numbers to be totaled in Column E
    Running Total in Column F

    =IF(D20=D19,F19+E20,E20)

    in words if the date is the same on this line as the one before
    then add the number on this lne to the running total
    otherwise just put the number on this line into the running total

    Hope this helps

    RES
    Thankyou!

    So simple and yet soooo wonderful

    Nathan Sargeant

+ 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