+ Reply to Thread
Results 1 to 3 of 3

Using Median to get the median of seconds per day per checkpoint

  1. #1
    Registered User
    Join Date
    10-10-2010
    Location
    South Africa, Cape Town
    MS-Off Ver
    Excel 2010
    Posts
    7

    Using Median to get the median of seconds per day per checkpoint

    Hi,

    I have a data set where i am trying to get the median of seconds per checkpoint per day, where i have multiple results per day. From what i can see i would want to use "MEDIAN" in conjuction with an "IF" statement but am horribly stumped.

    Any suggestions or advise would be greatly appreciated.

    MEDIAN SAMPLE.xlsx

  2. #2
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: Using Median to get the median of seconds per day per checkpoint

    Quote Originally Posted by dodgerpixie View Post
    i have a data set where i am trying to get the median of seconds per checkpoint per day, where i have multiple results per day.
    [....]
    Attachment 352026
    Array-enter (press ctrl+shift+Enter instead of just Enter) the following formula into D2 and copy down through D17:

    =if(b2=b1,"",median(if($b$2:$b$17=b2,$c$2:$c$17)))

    That assumes you want to see the median only once per checkpoint.

    [EDIT] Note: You can change the ranges to $B$2:$B$1000 and $C$2:$C$1000 if you want to allow for an ever-changing number of checkpoints.

  3. #3
    Registered User
    Join Date
    10-10-2010
    Location
    South Africa, Cape Town
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Using Median to get the median of seconds per day per checkpoint

    Thank you. Something important to note though, your regional settings sometimes needs you to separate parameters with ; instead of ,. Once i changed the commas to a semi colon it worked perfectly.
    Last edited by dodgerpixie; 10-16-2014 at 05:56 AM.

+ 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. 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
  2. Median with ifs
    By lilgnome in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-16-2013, 02:07 PM
  3. [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
  4. Median If
    By fjboogert in forum Excel General
    Replies: 0
    Last Post: 05-09-2012, 09:27 AM
  5. median
    By jlogan987 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-03-2007, 11:37 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