I need to return a median of only a certain category on a spreadsheet. Example Below:
Airline    5
Auto       20
Auto       3
Bike       12
Airline    12
Airline    39
etc.
How can I create a formula that just returns the airline categories' median value? like Average if, but only for median. I am unable to change the values.