I have a formula that says this:
{=MEDIAN(IF($F$5:$F$50="n",I5:I50))}
This works fine for what I'm doing, but if there are no data at all in column "I" for a record that is marked as "n" in column "F" it counts that record as a zero. What can I do to modify this formula so that it returns the median only for those records that are marked as "n" in column "F" and that have data in column "I"?
Thanks.
{=MEDIAN(IF($F$5:$F$50="n",I5:I50))}
This works fine for what I'm doing, but if there are no data at all in column "I" for a record that is marked as "n" in column "F" it counts that record as a zero. What can I do to modify this formula so that it returns the median only for those records that are marked as "n" in column "F" and that have data in column "I"?
Thanks.