Conditional median with criteria
To calculate a conditional median based on one or more criteria, you can use the MEDIAN function together with the FILTER function. In the example shown, the formula in F5 is: =MEDIAN(FILTER(data,group=E5)) where group (B5:B16) and data (C5:C16) are …Read more