+ Reply to Thread
Results 1 to 3 of 3

Thread: Sum query

  1. #1
    Registered User
    Join Date
    08-06-2009
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Sum query

    Hello

    I have a query about sum. I am trying to work out culmulative totals of two rows of numbers.

    In row 4 between cells G4 and W4 there is the following numbers:

    2 3 3 4 4 4 4 4 4 3 3 3 3 3 3 0 0 0

    These represent monthly profiled figures. Below this is another row of actual figures. At present this row starts at G5 and continues to K5. The numbers in this row are:

    0 2 0 4 11

    I would like to have culmulative totals for each of these rows in D4 and D5 respectively. Where only 5 cells (i.e. 5 months figures) have been input into row 5 I only want the culmulative total of row 4 to sum the first 5 months figures. And then when I add more more actuals into row 5 then the culmative total of row 4 should also increase.

    Hopefully someone can make sense of that and help me out.

    cheers

    dean

  2. #2
    Forum Moderator Richard Buttrey's Avatar
    Join Date
    02-15-2008
    Location
    Grappenhall, UK
    MS-Off Ver
    Excel for Windows & Mac - all versions.
    Posts
    5,826

    Re: Sum query

    Hi Dean,

    One way, (no doubt of several) is

    Code:
    =SUMIF(G5:X5,"<>",G4:X4)
    HTH
    Richard Buttrey

    If this was useful then please rate it appropriately.

    Click the small star icon at the bottom left of my post.

  3. #3
    Registered User
    Join Date
    08-06-2009
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Sum query

    Thank you very much, that's worked a treat.

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.2.0