+ Reply to Thread
Results 1 to 4 of 4

Average number of days overdue, between date ranges

  1. #1
    Registered User
    Join Date
    09-21-2013
    Location
    Reading, UK
    MS-Off Ver
    Excel 2010
    Posts
    41

    Average number of days overdue, between date ranges

    Hi, I wonder if someone can help advise how to go about this

    I have two worksheets a details and a summary. The details worksheet consists of three columns, A = target date, B = actual date and C = days overdue
    What I want is to show the average number of days overdue for a specific month on the summary worksheet.

    On the summary worksheet I have a column per month and then three rows, row 2 = Target Date, 3 = Actual Date and 4 = Days Overdue to show how many target dates were set during a month, how many actual dates were set and the average number of days overdue for the actual dates within each month.

    I'm having difficulty with the days overdue row as there are a few variables, it needs to take the average number of days from Column C only if the actual date (column B) is within the specified month/date range.

    Anyone have any suggestions for how to do this, or kind enough to draft up a formula for me

    Many Thanks

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Average number of days overdue, between date ranges

    The AVERAGEIFS() function should make this simple:

    =AVERAGEIFS(C:C, A:A, ">=2/1/2013", A:A, "<3/1/2013")
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    09-21-2013
    Location
    Reading, UK
    MS-Off Ver
    Excel 2010
    Posts
    41

    Re: Average number of days overdue, between date ranges

    Quote Originally Posted by JBeaucaire View Post
    The AVERAGEIFS() function should make this simple:

    =AVERAGEIFS(C:C, A:A, ">=2/1/2013", A:A, "<3/1/2013")
    That's great, worked a treat. Many thanks for your help!

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Average number of days overdue, between date ranges

    I've marked this thread as SOLVED for you.
    Next time, select Thread Tools from the links above to mark a thread as SOLVED. Thanks.

+ 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. Help on count the number of days in between dates and then average number of days
    By Barbara Excel in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-30-2013, 12:13 PM
  2. Number of working days common to two date ranges
    By slash_gnr3k in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-26-2012, 07:41 PM
  3. [SOLVED] Formula for Days Overdue if not Completed
    By excelnewb02 in forum Excel General
    Replies: 5
    Last Post: 09-11-2012, 04:51 AM
  4. Replies: 8
    Last Post: 03-09-2012, 10:10 AM
  5. Days Overdue Column
    By Frank Sellin in forum Excel General
    Replies: 3
    Last Post: 09-13-2010, 11:32 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