median

  1. M

    Need to get median of several sets of survey data, but I don't have the actual sets

    What I have is some data in this format: <tbody> How well does <statement> apply to you? (1 = Entirely, 5 = Not at All)</statement> </tbody> <tbody> Question # 1 2 3 4 5 # Responding 1 7 4 1 1 1 14 2 0 0 1 1 2 4 3 1 4 2 0 1 8 </tbody> This tells me that for question 1, 14 people...
  2. R

    Referencing time within two times with an additional Text Criteria

    In simple terms, I am trying to do this: If TEXT in Sheet3!A2 equal TEXT in Sheet2!C:C and if TIME in Sheet3!D2 is within TIMES in Sheet2!I:I and Sheet2!J:J return TEXT in Sheet2!O:O I was able to build a formula that returns the TEXT in Sheet2!O:O however the time has to be exact and I am only...
  3. L

    HOw to find the median of data that has two different criteria

    Hello, I have 3 columns. I need to find the medium of "Act. Life" for every time that specific "Item" matches with that specific "job". <tbody> Job Item Act. Life B15000/693 C520230 340,547 B15000/595 C520230 247,426 B15000/595 C520230 543,333 B15000/857 C520230 313,274 B15000/693...
  4. S

    Median Date for time series data

    I have 30 years of time series data for which I would like to obtain approximate median dates for. The data looks like this: <tbody> Date Live 12/27/1976 1 1/9/1977 1 2/22/1977 1 2/23/1977 1 2/24/1977 1 2/27/1977 1 3/1/1977 2 3/2/1977 2 3/3/1977 8 3/6/1977 1 3/7/1977 3...
  5. C

    Median Calculation on multiple criteria

    So i've been struggling with this. Is there a way to calculate the median of a set of values based on Name and volume? An example of the data layout is below, what i want is to calculate the median value for a large table with multiple entries using formula or VBA. <tbody> Name Volume Value...
  6. J

    Does anyone know of a UDF that performs a "Subtotal" median function?

    Hi all, there are many threads that reference this formula or something similar with the goal of emulating the Subtotal behaviour for Median. In my case, specifically I'm wanting the median function to only apply to visible cells when I'm using filters. The formula that I've been using and seems...
  7. M

    How to changes from AVERAGEIFS to Median

    I am currently using this formula to find average data with a few parameters. I need to change it to median though. Any thoughts? =Iferror(averageifs('Data_Sheet_1'!$G$2:$G,'Data_Sheet_1'!$B$2:$B,$A$2,'Data_Sheet_1'!$E$2:$E,B$1),"No one in band")
  8. C

    Understanding array requirements: some formulas need ctrl+shift+enter, while others don't?

    Dear MrExcel-ers, Thanks to this forum, I discovered how to Min-IF without arrays, see formula A below. I tried to apply this method to create Median-IF without arrays, see formula B below. So, two questions: 1) Can someone enlighten me why A works and B doesn't? 2) Is Median-IF possible...
  9. T

    Help Filtering with Median Calculation

    Hi Guys, First time user, any help would be very much appreciated! Basically I have a years worth of measured Load data for a Electricity substation in 15 minute intervals. This means I have 35,040 points of data, there is some outliers in there and I also need to shrink this down to hourly...
  10. M

    Medianifs - please help translate an averageifs formula

    The following is a well functioning averageifs formula. I need a formula that will look at the same criteria and return the median for the given ranges. Please help translate this. I've been googling and don't see this complicated of a question anywhere. (Thank you in advance!)...
  11. H

    Dynamic Range

    Hello, I would like to ask for help on this issue. I have a list of items and cost and I need to find the median for every set of item example: <tbody> item Cost Median apple 3 apple 3.75 apple 2.8 orange 4.3 apple 5.3 apple 4.5 orange 2.3 orange 4.3 orange 5.7...
  12. L

    Group by for median

    Hi, I am using the function below to find the median value of records but the problem is that I am trying to group by multi-levels in a query. For example, I have three other fields "Account_Name", "Claim_Status", "Disease_Category" that I need to take into account when calculating median value...
  13. R

    Tricky ISBLANK - please help!

    Hi All, I have built a spreadsheet which will hopefully show MEDIAN and MEAN based on selections in dropboxes. I want my formulas to ignore the references in the dropboxes if they are blank. I know I will probably need to use ISBLANK but I am not sure where to put them. My mean formula is...
  14. W

    Median of multiple pabs, excluding zero's

    Dear All, Using office 2010, i ran into a problem when i wanted to calculate the median of one cell (C13) on different tabs but exclude all the zero's. I first tried the formula "{=Median(IF(Sheet1!C13;Sheet2!C13;...Sheet28!C<>0;Sheet1!C13;Sheet2!C13;...Sheet28!C))}" but got the error "to...
  15. F

    Need to get Median out of this list.

    Hey everyone, I need to find a way to break a report that shows the number of orders for a customer and the number of days it took to process the orders, then find a way to get the mean for each individual order. For example. if a customer has 3 orders and it took 3 days, and it to find the...
  16. R

    Complicated Median help

    I am having problems putting this into words, so bear with me. I am attempting to find the Median which I normally know how to do. The problem is something else. I have 4 columns Sales Person Product # of Products Sold Price I want to find the Median price of products sold for each Sales...
  17. J

    Calculat the MEDIAN of the ratio of two set data....

    <tbody> A B ratio 17 14 1.21 6 11 0.55 5 16 0.31 5 18 0.28 3 0 #div/0! 12 17 0.71 0 12 - 12 8 1.5 3 10 0.3 4 2 2 median 0.55 </tbody> i want to calculate the ratio of two set data..then find the median of that...
  18. W

    Median Value of array with variable start point

    Help... I have data in a column that I need to find the median of, but it includes blanks. How do I write a formula to calculate the median of the last 5 cells with values (start with a8 and build the array of 5 values moving up the rows, so I want the median of (8,5,2,3,7): A1 5 A2...
  19. N

    Trouble With VBA Median Function XL2010

    Hello All: I am writing code in XL2010 and I have a question RE Median Functions in VBA. I have a column of data in column B and F. I want to produce a value in column G (calculated using data from Column F) given a criteria in column B. Below is an example of the data. I'd like a function...
  20. N

    IF / MEDIAN Nesting Function Help

    Hello world: So I am building a spreadsheet that has multple rows of data and criteria. The objective is to have a value of F3 (given criteria in column B) minus the median of values of column F (given the same criteria of column B). I am trying the code apply to the entirity of column F. My...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top