+ Reply to Thread
Results 1 to 3 of 3

Average Time Elapsed

Hybrid View

  1. #1
    Registered User
    Join Date
    03-07-2019
    Location
    Jacksonville
    MS-Off Ver
    2016
    Posts
    33

    Average Time Elapsed

    In a table I have the time elapsed from received to completed in days, hours & minutes format. What would give me the average time elapsed for the entire column based on criteria. the criteria is
    Formula: copy to clipboard
    Combined_Mailbox[Content.Categories]


    The elapsed time is below. The criteria would equal a text value ="Name Here"

    Formula: copy to clipboard
    =IFERROR(INT([@[Content.Flag Completed Date]]-[@[Content.Received]])&" days "&TEXT([@[Content.Flag Completed Date]]-[@[Content.Received]],"h"" hrs ""m"" mins"""),"")


    I'm attempting to have the average time in the same format.

    The average of the below column.

    Formula: copy to clipboard
    Combined_Mailbox[Days Elasped]
    Attached Files Attached Files
    Last edited by Cannon26; 03-11-2020 at 08:45 AM.

  2. #2
    Registered User
    Join Date
    03-07-2019
    Location
    Jacksonville
    MS-Off Ver
    2016
    Posts
    33

    Re: Average Time Elapsed

    I attached a sample table.

  3. #3
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,710

    Re: Average Time Elapsed

    In F2

    =SUMPRODUCT(([Content.Categories]=[@[Content.Categories]])*([Content.Flag Completed Date]-[Content.Received]))/COUNTIF([Content.Categories],[@[Content.Categories]])
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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. Calculating Average Length of Treatment (Time Elapsed)
    By seancamw in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-11-2019, 07:34 PM
  2. [SOLVED] Pivot Table and Chart for Average elapsed time
    By tanomandanga in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 10-31-2017, 09:12 AM
  3. [SOLVED] Average and Standard deviation for elapsed time
    By Buzz1126 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-29-2016, 10:47 AM
  4. Calculating the average elapsed time in Excel 2010
    By lvirden in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-03-2014, 11:58 AM
  5. Replies: 1
    Last Post: 03-12-2012, 12:09 PM
  6. Converting and calculating average elapsed time
    By jamminalley in forum Excel General
    Replies: 7
    Last Post: 03-12-2012, 10:31 AM
  7. elapsed time average calculcations
    By relux in forum Excel General
    Replies: 6
    Last Post: 08-26-2005, 03:05 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