Results 1 to 32 of 32

formula (array or otherwise) to average data in one column in different size blocks

Threaded View

  1. #30
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2502
    Posts
    13,700

    Re: formula (array or otherwise) to average data in one column in different size blocks

    Another way. If there is room for a helper column first enter this formula in O2 and fill down. It can be any column. It repeats the initial boundary numbers for each section.

    Formula: copy to clipboard
    =INDEX(N:N,MATCH("zzzzz",$N$2:N2,1))


    Then in B1 filled down this non array formula.
    Formula: copy to clipboard
    =IFERROR(AVERAGEIF(O:O,ROWS($1:1)&"",N:N),"")

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. average certain blocks of cells VBA
    By ferday in forum Excel General
    Replies: 6
    Last Post: 06-08-2016, 12:47 AM
  2. Replies: 3
    Last Post: 04-02-2016, 08:16 PM
  3. Replies: 13
    Last Post: 10-08-2014, 08:35 AM
  4. [SOLVED] Mixing Blocks of Data from 2 Columns into 1 Column, with conditions
    By jocund.ky in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-11-2012, 06:40 PM
  5. Using macros to identify blocks of data and summarise those blocks
    By gophbeav in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-05-2012, 04:35 AM
  6. Clubbing blocks of Data for two entities in a Column Chart
    By e4excel in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-12-2009, 10:50 AM
  7. Replies: 1
    Last Post: 03-26-2007, 07:01 PM

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