+ Reply to Thread
Results 1 to 2 of 2

Median difference between two dates

  1. #1
    Registered User
    Join Date
    03-07-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    4

    Median difference between two dates

    Hi, Thanks in advance for taking a look!

    I am trying to calculate the median difference between two dates but I am running into trouble. Here is sample data:

    A B
    1/1/13 2/1/13
    1/2/13 2/5/13
    1/4/13 1/25/13
    1/7/13
    1/10/13 1/18/13


    I want to be able to type notes into column B such as "closed" or simply "X" (so i can keep track):

    A B
    1/1/13 2/1/13
    1/2/13 2/5/13
    1/4/13 1/25/13
    1/7/13 X
    1/10/13 1/18/13


    I tried this:
    in column c, use "datedif" function then calculate median from column C values.
    problem: if left blank, value in row 4 comes up as #NUM!. if text is entered, value comes up as #VALUE!

    I also tried this array: =median(abs(B5:B1-A5:A1))

    Should i be trying the medianif function?

    Thank you for your help, any feedback is appreciated!!

  2. #2
    Registered User
    Join Date
    03-07-2014
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Median difference between two dates

    figured it out, but can't delete this post.

    i used an array with column c as days between
    =median(if(isnumber(c1:c5),c1:c5))

+ 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 IF using dates and days in between.
    By Lenana in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-16-2012, 04:03 PM
  2. [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
  3. Conditional Median Using Two Sale Dates
    By Appraiser18411 in forum Excel General
    Replies: 2
    Last Post: 09-07-2010, 02:34 AM
  4. Difference between dates
    By rvlira in forum Excel General
    Replies: 4
    Last Post: 03-12-2009, 03:22 PM
  5. Calculate Median using conditional based on dates
    By Shai-Hulud in forum Excel General
    Replies: 4
    Last Post: 01-23-2008, 12:39 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