+ Reply to Thread
Results 1 to 3 of 3

Increasing Moving Average

Hybrid View

  1. #1
    Registered User
    Join Date
    08-30-2011
    Location
    Amsterdam
    MS-Off Ver
    Excel 2003
    Posts
    2

    Increasing Moving Average

    Gentlemen,

    I'd like to make a moving average which is increasing per cell.

    I want it to be like this for a complete column:

    =average(A1:A1)
    =average(A1:A2)
    =average(A1:A3)
    =average(A1:A4)
    ..
    ..
    =average(A1:A2000)

    Since the list is pretty long I can't change it manually and autofill makes the A1 cell move everytime so it's not static. Do you guys know a trick to solve my problem?

    Thanks,
    Last edited by sylvesteralone; 08-30-2011 at 02:01 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Increasing Moving Average

    The $ in a formula will anchor a column or row so that it doesn't change when you copy or drag it.
    Try (in A1)
    =average($A$1:A1)
    copied down.
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    08-30-2011
    Location
    Amsterdam
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Increasing Moving Average

    Outstanding! That sir saved me a lot of trouble. Thank you very much!

+ 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