+ Reply to Thread
Results 1 to 4 of 4

2 Week Rolling Average... HELP!

Hybrid View

  1. #1
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    2 Week Rolling Average... HELP!

    I am pretty beginner when it comes to Excel 2010.

    On the WOH tab, column L "Avg 2 Wek Comp Vol" I need to average data for the past two weeks based on today's date.
    This data will be based on the COMP column for every day on the Completed Work tab.
    I do not want to see zeroes or the lovely DIV/0! error if data is present in some part of the range and not whole.

    I'm not sure if a helper column is needed on the Completed Work tab in order to calculate the rolling average.
    I have tried different suggestions from google and assorted tutorials but I would assume I'm not inputting the formulas correctly...

    TESTER.xlsx

  2. #2
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,678

    Re: 2 Week Rolling Average... HELP!

    What if it was not enough 14 days counted from begining (i.e very first date 1-nov, today is 9-nov, 8 days is counted only)
    Also, does AVERAGE ignore blank cell/or cell with zero or not?
    Try to input some desired result.
    Quang PT

  3. #3
    Registered User
    Join Date
    11-03-2015
    Location
    San Antonio, TX
    MS-Off Ver
    Excel 2010
    Posts
    63

    Re: 2 Week Rolling Average... HELP!

    bebo021999
    What if it was not enough 14 days counted from begining (i.e very first date 1-nov, today is 9-nov, 8 days is counted only)
    Then I would still want a result of that average.

    Also, does AVERAGE ignore blank cell/or cell with zero or not?
    I'm not sure what you're talking about.

    Try to input some desired result.
    My desired result is to see a rolling average of data on the woh tab in column L for the past two weeks based on todays date and the columns labeled "comp" on the completed work tab.

    José Augusto
    I need to pull the data from the completed work tab for each COMP column.
    Last edited by jnswbc; 11-09-2015 at 02:39 PM.

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: 2 Week Rolling Average... HELP!

    Or try this
    =IFERROR(AVERAGEIF(C$2:I$2,">="&TODAY()-14,C3:I3),"")
    Formula: copy to clipboard
    =IFERROR(AVERAGEIF(C$2:I$2,">="&TODAY()-14,C3:I3),"")

+ 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. Rolling 8 week tracker
    By dkaulitz in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-05-2015, 02:46 PM
  2. [SOLVED] 12 week rolling sum
    By parcs in forum Excel General
    Replies: 12
    Last Post: 07-06-2015, 01:03 PM
  3. Four week rolling average with varying number of entries
    By timorian in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-25-2015, 09:48 PM
  4. [SOLVED] Vlookup and rolling 4 week average
    By dksodhi in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-04-2014, 09:54 AM
  5. Rolling 3 week average based on weekday
    By krunk in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 04-23-2013, 05:01 PM
  6. Rolling 12 week calculations?!?!?
    By ShellyB37 in forum Excel General
    Replies: 5
    Last Post: 11-10-2011, 07:34 AM
  7. Rolling Average:week number;
    By SPenney in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-10-2006, 11:21 AM

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