I've been trying to get a formula that will calculate a median for base salary if it equals two criteria:
Grade: 15-8 (in column C)
Department: E or S (in column O)
the base salaries are in column I
I put the E's in Column A, S's in Column B, and the Grades in Column C of the worksheet where i need the median.
I tried the following: =MEDIAN(IF((data!$O$3:$O$200=$B10)+(data!$C$3:$C$200=$C10),data!$I$3:$I$200))
because it is such a large data set, I don't want to go in manually and calculate every median for the specific sets.
Is there a way?
Grade: 15-8 (in column C)
Department: E or S (in column O)
the base salaries are in column I
I put the E's in Column A, S's in Column B, and the Grades in Column C of the worksheet where i need the median.
I tried the following: =MEDIAN(IF((data!$O$3:$O$200=$B10)+(data!$C$3:$C$200=$C10),data!$I$3:$I$200))
because it is such a large data set, I don't want to go in manually and calculate every median for the specific sets.
Is there a way?