+ Reply to Thread
Results 1 to 2 of 2

Averaging continuous "blocks" of cells

Hybrid View

  1. #1
    Registered User
    Join Date
    11-13-2012
    Location
    West Sussex, England
    MS-Off Ver
    Excel 2010
    Posts
    19

    Averaging continuous "blocks" of cells

    Hi,

    I have a data set with 1 second intervals running up 180 seconds. I would like to be able to break this down into 15 second averages i.e. from 1 to 15, 16 to 30 etc. Please can someone show me an easy way to do this so I do not have to manually input the formula.

    I have included a spreadsheet as an example.

    Many thanks,

    Andy

    Data Averaging Spreadsheet.xlsx

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

    Re: Averaging continuous "blocks" of cells

    Put this in E3:

    =AVERAGEIFS($B$3:$B$179,$A$3:$A$179,">"&D3-15,$A$3:$A$179,"<="&D3)

    then copy down.

    Hope this helps.

    Pete

+ 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