+ Reply to Thread
Results 1 to 3 of 3

Running average formula?

  1. #1
    Registered User
    Join Date
    07-03-2008
    Location
    sacramento
    Posts
    3

    Running average formula?

    Hello everyone,

    Basically, Im trying to update my spreadsheet daily with an average of the last 7, 30, and 90 days worth of data in columns without having to manually update the formula.

    Any suggestions?

    Thanks!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689
    Maybe like this:

    =AVERAGE(IF(TODAY() - A1:A100 <= 7, B1:B100) )

    This is an array formula, meaning it MUST be confirmed with Ctrl+Shift+Enter, not just Enter. (With the cursor in the formula bar, hold down Ctrl and Shift, then press Enter.) You'll know you did it correctly if curly braces appear around the formula in the Formula Bar; you cannot type in the braces directly.

  3. #3
    Registered User
    Join Date
    07-03-2008
    Location
    sacramento
    Posts
    3
    Thanks! I'll try this. I really appreciate it!

+ 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