+ Reply to Thread
Results 1 to 4 of 4

Summing blocks of 96 numbers

  1. #1
    Registered User
    Join Date
    03-07-2013
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    3

    Summing blocks of 96 numbers

    Hi,

    I have a list of data numbers in Column B and would like to sum them as follows in column D:
    D2 = Sum(B2:B97)
    D3 = Sum(B98:B193)
    and so on..
    I would like to be able to drag the formula down because I have 35042 numbers to break into 365 or so blocks so obviously don't want to type them all out by hand.

    Any help would be greatly appreciated!!

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Summing blocks of 96 numbers

    Perhaps..

    =SUM(OFFSET(A$1,(ROW()-ROW(A$1))*95,,95))
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    03-07-2013
    Location
    Ireland
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Summing blocks of 96 numbers

    Thanks Fotis1991.

    Works perfectly!

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Summing blocks of 96 numbers

    Another way..less volatile

    =SUM(INDEX(B:B,95*(ROW(A1)-1)+ROW(A1)+1):INDEX(B:B,95*ROW(A1)+ROW(A1)+1))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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