+ Reply to Thread
Results 1 to 5 of 5

median

  1. #1
    Registered User
    Join Date
    06-26-2007
    Posts
    8

    median

    i need to get the median of a range of numbers that are not in a consecutive range. there are too many arguments though and the program cuts me off. any suggestions?

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Hello there,

    It’s not exactly clear what you are trying to achieve from the information given. But if you can provide a small zipped sample of your data, then hopefully a solution can be found.

    To post a zipped example, go to “My Documents” or wherever you have your file stored, right-click and “Send to > Compressed file”, then attach this zipped file to your post.
    oldchippy
    -------------


    Blessed are those who can give without remembering and take without forgetting

    If you are happy with the help you have received, please click the <--- STAR icon on the left - Thanks.

    Click here >>> Top Excel links for beginners to Experts

    Forum Rules >>>Please don't forget to read these

  3. #3
    Registered User
    Join Date
    06-26-2007
    Posts
    8

    medians

    thanks for your help. here is a data example with a setup similar to my workfile. in this example i want to find the median of all stores that are designated as Urban (which should be 3).

    In my actual workfile, i try using =median(c1,c3,c6,c7,...) but have too many arguments, as its a much larger data set.

    am wondering if there is a way to find median similar to the way the SUMIF function finds the sum of only certain numbers...

    thanks in advance
    Attached Files Attached Files

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try this formula

    =MEDIAN(IF(C4:C14="urban",D4:D14))

    confirmed with CTRL+SHIFT+ENTER (so that curly braces like { and } appear around the formula in the formula bar)

  5. #5
    Registered User
    Join Date
    06-26-2007
    Posts
    8

    medians

    hey thanks

+ 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