MEDIAN

Number in the center of a sorted list of numbers. To identify the median in the sequence of numbers, arrange the numbers in order, from lowest to highest. If there is an odd amount of numbers in the list, automatically the median value is the number in the middle. However, if there is an even amount of numbers, the median value would be the average of two middle numbers. The median can also be used to determine the approximate average.