Median of an Array

K

Kris Taylor

I have been trying to calculate the median of a set of data with two
stipulations. The first being that the cell in column T must be equal
to 0.1. The 2nd stipulation is that the cell in column M must be
greater that 0 but smaller than 100. If both of those statements can
be deemed true, I want to calculate the median of those rows in column
M. This database contains 91 entries.

The current formula that I have looks like this:

{=MEDIAN(IF(AND(T9:T100=0.1, M9:M100<100),M9:M100,""))}

I am currently getting a #value error.

Please help me!!

Any feedback would be greatly appreciated.

Thanks in advance,

Kris Taylor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top