+ Reply to Thread
Results 1 to 5 of 5

Cannot Increase Cell Reference Amount by Multiple When Using Fill Handle

  1. #1
    Registered User
    Join Date
    08-13-2011
    Location
    U.S.A.
    MS-Off Ver
    Excel 2007
    Posts
    2

    Cannot Increase Cell Reference Amount by Multiple When Using Fill Handle

    Hello,

    I'm trying to do the following on the attached worksheet:

    Have an Averaging formula for cumulative averaging (M-column) that I can copy down using the fill handle. Each new row of M-column will reference all of the same data in E-column, plus 4 more rows.

    Basically the first averaging formula may be unique, but each successive copy of the Average will reference all the the data in E-column, plus the next 4 cells.

    If you see what I've done so far, I've manually created each average formula like this:

    = ((AVERAGE(E2:E5))^2)
    = ((AVERAGE(E2:E9))^2)
    = ((AVERAGE(E2:E13))^2)
    = ((AVERAGE(E2:E17))^2)
    = ((AVERAGE(E2:E21))^2)
    Etc...

    I would like to not have to manually increment each of the 4 additional cells referenced, but am having trouble trying to figure this out with either Offset or Indirect, which I'm not entirely sure are appropriate anyway.

    Thanks for your time in advance.
    Attached Files Attached Files
    Last edited by jbhalper; 08-13-2011 at 01:31 PM. Reason: Problem solved!

  2. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Cannot Increase Cell Reference Amount by Multiple When Using Fill Handle

    Try this in L2
    Please Login or Register  to view this content.

    Hope this helps
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Cannot Increase Cell Reference Amount by Multiple When Using Fill Handle

    or
    =AVERAGE($E$2:INDEX($E:$E,ROW(A2)*4+1))^2
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    08-13-2011
    Location
    U.S.A.
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Cannot Increase Cell Reference Amount by Multiple When Using Fill Handle

    Thank you both.

    Marcol, your solution works in all cells, and Martin, yours works with the same result as long as I have a fixed formula for the first cell.

    I sincerely appreciate your time!

  5. #5
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Cannot Increase Cell Reference Amount by Multiple When Using Fill Handle

    Go with Martins' non-volatile solution.

    Put it like so in L2
    Please Login or Register  to view this content.

+ 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