Search Results

1
vote

Conditional median in MS Excel

Nested if statements. =MEDIAN(IF(A:A = "x",IF(B:B<>"",B:B, ""),"") Not much to explain - it checks if A is x. If it is, it checks if B is non-blank. Anythi …