+ Reply to Thread
Results 1 to 4 of 4

Repeated Summation of group of numbers in large number of data

  1. #1
    Registered User
    Join Date
    07-30-2013
    Location
    Grimstad, Norway (Southern part)
    MS-Off Ver
    Excel 2010
    Posts
    48

    Repeated Summation of group of numbers in large number of data

    Hello
    I want to get the summation for first 24 data, then next 24 data and so on as per the D column. I tried with =SUMIF(A2:A25, "<>0", C2:C25) equation. But it doesn't work. I know it is something similar to =IF(A2=0, AVERAGEIF(C2:C25, "<>0", C2:C25), "") format, which is used in E column to get the average value. But it is rather difficult to modify. Kindly help me. I hv attached the sheet.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Repeated Summation of group of numbers in large number of data

    Put this in D2:

    =IF(A2=0,SUMIF(A2:A25, "<>0", C2:C25),"")

    then copy down. You might need to change the commas to semicolons.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    07-30-2013
    Location
    Grimstad, Norway (Southern part)
    MS-Off Ver
    Excel 2010
    Posts
    48

    Re: Repeated Summation of group of numbers in large number of data

    Hello Pete_UK
    Great. It works. Thank You very much.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Repeated Summation of group of numbers in large number of data

    Glad to hear it - thanks for feeding back, and for the Rep.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Pete

+ 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. Macro for sorting data in a group and to calculate repeated text
    By vigneshkumar in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 01-04-2013, 07:43 AM
  2. Filtering out a few numbers in a large group of numbers
    By idkexcel in forum Excel General
    Replies: 2
    Last Post: 07-16-2012, 11:54 AM
  3. How to Group Repeated Data
    By Mostafiz in forum Excel General
    Replies: 1
    Last Post: 02-10-2010, 08:10 AM
  4. Adding a number to a large group of data
    By razza in forum Excel General
    Replies: 3
    Last Post: 07-22-2008, 05:01 AM
  5. Adding a number to a large group of data
    By razza in forum Excel General
    Replies: 3
    Last Post: 04-29-2008, 12:52 AM

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