+ Reply to Thread
Results 1 to 3 of 3

Median formula help

Hybrid View

  1. #1
    Registered User
    Join Date
    10-21-2016
    Location
    Tennessee
    MS-Off Ver
    2013
    Posts
    7

    Median formula help

    Column A lists the group assigned to complete research assignments (e.g., A or B), and column D lists the number of days between the assignment of a project and its completion. Is there a formula that will allow me to calculate the median for each group without just filtering out the groups, pasting them into a new worksheet, and calculating the median?
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    11-17-2016
    Location
    Istanbul
    MS-Off Ver
    2010
    Posts
    30

    Re: Median formula help

    =SUMIF(A4:A20;G23;B4:B20)-SUMIF(A4:A20;G23;C4:C20)

    G23 value is A

    if you need the average, divide formula with countif

  3. #3
    Registered User
    Join Date
    01-08-2014
    Location
    Missouri
    MS-Off Ver
    365
    Posts
    87

    Re: Median formula help

    Both confirmed with C+S+E (as array formula):


    =MEDIAN(IF(A2:A20="B",F2:F20))

    or

    =MEDIAN(IF(FullData[Dept]="B",FullData[Median Research Time (Days)]))



    See attached.
    Attached Files Attached Files
    Last edited by eibi; 11-18-2016 at 03:12 PM.

+ 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. Replies: 8
    Last Post: 08-09-2016, 12:50 AM
  2. Median Formula Help
    By johnsor1 in forum Excel General
    Replies: 6
    Last Post: 06-16-2016, 01:23 AM
  3. [SOLVED] Median IF Formula
    By csnyder10 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-04-2016, 02:44 PM
  4. [SOLVED] Using Median IF to calculate the median for a specific criteria
    By boynejs in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-20-2014, 01:50 AM
  5. Using Median to get the median of seconds per day per checkpoint
    By dodgerpixie in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-16-2014, 03:38 AM
  6. Median Indirect: Find median in range and bring back adjacent cells
    By Keelin in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 06-27-2014, 08:31 AM
  7. [SOLVED] Median Ifs, need to find median $ amount per deal for each year
    By xenomorph8472 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-13-2012, 02:01 PM

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