views:

67

answers:

1

I want to calculate some statistics.

In order to calculate the average of certain values of a column, I use AverageIfs().

Now I want to calculate the median for the same values. But there is no MedianIfs() function.

Is there a simple solution to calculate the median for values that hold certain conditions (2 conditions)?

+1  A: 

Have a look at this response on an Excel board

Mark Baker