+ Reply to Thread
Results 1 to 5 of 5

Fill Help!

Hybrid View

  1. #1
    Registered User
    Join Date
    02-16-2013
    Location
    Denver, CO
    MS-Off Ver
    Excel 2010
    Posts
    29

    Fill Help!

    I'm having trouble autofilling cells. I have a column of cells that contain the averages for a neighboring column values but I am having trouble auto-filling the remaining cells with the progressing formula. In the example below, I would like column C to be auto filled with the remaining formulas in sequence with the pattern I've already started. Is this possible? >_<

    A B C
    1 1 =average(a1:a2)
    2 3 =average(a3:a4)
    3 5 =average(a5:a6)
    4 7
    5 9
    6 11
    7 13
    8 15

    Thank you for your time!

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,653

    Re: Fill Help!

    =AVERAGE(INDIRECT("A"&2*ROW()-1&":"&"A"&2*ROW()))
    Try this one
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    02-16-2013
    Location
    Denver, CO
    MS-Off Ver
    Excel 2010
    Posts
    29

    Re: Fill Help!

    That didn't work unfortunately, but thank you for your help :D

    I'm really just trying to auto fill the cells not past a formula to one specific cell.

  4. #4
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,653

    Re: Fill Help!

    I would like column C to be auto filled with the remaining formulas in sequence with the pattern I've already started.
    What is wrong with this formula
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    02-16-2013
    Location
    Denver, CO
    MS-Off Ver
    Excel 2010
    Posts
    29

    Re: Fill Help!

    Got it! Thanks for all your help!

+ 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