+ Reply to Thread
Results 1 to 4 of 4

Filling Down Cells in a series

  1. #1
    Registered User
    Join Date
    01-08-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2010
    Posts
    20

    Filling Down Cells in a series

    Hello,

    I'm hoping you can assist me with the following query:

    As per the attachment I have two columns, Column B contains formulas that I essentially want to be able to fill down without having to add "+previous cells" or change the number of cells to average by.

    For example, in Cell B5 if I fill down I get "=SUM(B3+B4+A5)/3" when I actually want it to state "=SUM(B2+B3+B4+A5)/4".

    Any help with this would be greatly appreciated.

    Thank you,

    David
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Filling Down Cells in a series

    In B2 Cell

    =(A2+SUM($B$1:B1))/(COUNT($B$1:B1)+1)

    Drag it down..


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Valued Forum Contributor adyteo's Avatar
    Join Date
    01-10-2013
    Location
    Calgary
    MS-Off Ver
    Excel 2010
    Posts
    540

    Re: Filling Down Cells in a series

    in B4: =SUM(B$2:B3,A4)/(COUNT(B$2:B3)+1) and drag it down
    Click on the star if you think I helped you

  4. #4
    Registered User
    Join Date
    01-08-2014
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: Filling Down Cells in a series

    Thank you both for your help; that worked perfectly

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] VBA to Insert rows and filling cells with series and constants
    By ExcelKook in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-08-2013, 07:03 PM
  2. Replies: 2
    Last Post: 12-22-2011, 08:41 PM
  3. Excel 2007 : Filling in missing cells with data in a series.
    By Jeepster1971 in forum Excel General
    Replies: 0
    Last Post: 08-23-2010, 04:19 PM
  4. Filling series in non-adjacent cells
    By xavierp in forum Excel General
    Replies: 1
    Last Post: 01-21-2007, 04:49 PM
  5. [SOLVED] Filling in a Date Series using the Fill | Series menu command
    By Bob C in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-01-2005, 08:06 PM

Tags for this Thread

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