+ Reply to Thread
Results 1 to 3 of 3

Running Sum

Hybrid View

  1. #1
    Registered User
    Join Date
    09-10-2007
    Posts
    7

    Running Sum

    Hi there ,

    For running sum of the months i have used the forumla =SUM($B$6:B$6),=SUM($B$5:C$5),=SUM($B$5:D$5) etc for 12 months.

    The values are fine for July and Aug but for sept to jun of next yr i want it as zero's or no values as the month has not come yet.

    Any advice on the formula please.

    Thanks

    Abhi

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525

    Re: Running Sum

    To best describe or illustrate your problem you would be better off attaching a dummy workbook, the workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    If needed supply a before and after sheet in the workbook so the person helping you can see what you are trying to achieve.

    Doing this will ensure you get the result you need!

  3. #3
    Registered User
    Join Date
    06-28-2010
    Location
    hyderabad
    MS-Off Ver
    Excel 2003
    Posts
    16

    Re: Running Sum

    =IF(ISBLANK(b6),"",SUM($b6:b6))

    Use the above formula

+ 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