MEDIAN(n1, n2, ...)
MEDIAN returns the median of the given data set.
Let us assume that the cells A1, A2, ..., A5 contain numbers 11.4, 17.3, 21.3, 25.9, and 40.1. Then
MEDIAN(A1:A5) equals 21.3.
AVERAGE, COUNT, COUNTA, DAVERAGE, MODE, SSMEDIAN, SUM.