+ Reply to Thread
Results 1 to 3 of 3

Sequence Formula

  1. #1
    Registered User
    Join Date
    08-24-2012
    Location
    basel
    MS-Off Ver
    Excel 2003
    Posts
    23

    Sequence Formula

    Hello,

    This is no doubt a simple one for many people here....but not me.

    If i want to calculate the average for cells A1:A3, i use the following simple formula in B1: =AVERAGE(A1:A3)
    I want to drag down the formula and have it automatically updated, so that
    B2 equals: =AVERAGE(A4:A6),
    B3 equals: =AVERAGE(A7:A9)

    Thanks for any assistance.

    Adam

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Sequence Formula

    One way to get those averages is to use this formula in B1 copied down

    =AVERAGE(OFFSET(A$1,(ROWS(B$1:B1)-1)*3,0,3))
    Audere est facere

  3. #3
    Registered User
    Join Date
    08-24-2012
    Location
    basel
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Sequence Formula

    Super, thanks for that.

+ 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