+ Reply to Thread
Results 1 to 4 of 4

Finding the Median (Slightly more complicated)

  1. #1
    Registered User
    Join Date
    07-31-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2010
    Posts
    2

    Finding the Median (Slightly more complicated)

    Hi,

    I'm trying to find the median number from a group where there is more than one instance of each number. The easiest way to describe it would be to look at this picture:

    \1

    For July 2010, there were 8 sales at $240k each. August 2010 there were 7 sales at $185k each. September 2010 there were 12 sales at $214k each.

    So basically if you were to manually write it out and find the median it would look like this:

    185,185,185,185,185,185,185, 214,214,214,214,214,214,214,214,214,214,214,214,240,240,240,240,240,240,240,240. And the median would be 214.

    How do you operate this function (or another) so that it can find the median when there's more than one instance of each number like in this example? This is an actual screenshot of what i'm working with, so any help would be much appreciated. Thank you very much.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Finding the Median (Slightly more complicated)

    =median(185,185,185,185,185,185,185, 214,214,214,214,214,214,214,214,214,214,214,214, 240,240,240,240,240,240,240,240)

    I just realized that's not what you want.

    There's no way to calculate the median price, average price, or weighted average price from the information in your picture.
    Last edited by shg; 07-31-2012 at 02:44 PM.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    07-31-2012
    Location
    Vancouver
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Finding the Median (Slightly more complicated)

    Right, but hardcoding that in every single time is crazy. Sometimes there's hundreds of instances of one number.

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Finding the Median (Slightly more complicated)

    See the edit to my last post. The result of that formula is meaningless -- it doesn't calculate anything when the arguments are themselves median values.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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