Hi, I'm using this formula to get a medianif. So I'm successfully using it for finding one criteria match (a match between one column of data and one row). I need to expand it to be able to match several options within its column HE matching.
Is it possible to do without majorly re-doing the formula? I love it when I get things working... I'm hoping it can simply be expanded to also match HE5, HE7, for example.
Thanks so much.... I really appreciate your help.
Is it possible to do without majorly re-doing the formula? I love it when I get things working... I'm hoping it can simply be expanded to also match HE5, HE7, for example.
Thanks so much.... I really appreciate your help.
{=MEDIAN(IF(($DG$2:$DG$1364=$HE3),DT$2:DT$1364))}