The median of the numbers will be returned by this function. The median is the number in the centre of a group of numbers, with half of the numbers having values more than the median and the other half having values less than the median.
Syntax:
=MEDIAN (number1, [number2], …)
Parameter list:
The first number is required, while all following numbers are optional. You have a range of 1 to 255 integers for which you want the median.
For example,
the median of the Scores Such as 78, 85, 56, 99, 76, 54 and 88 is =MEDIAN(A3:A8), 80.5.
When the total number of numbers provided is an even number, the median is determined as the average of the two numbers in the centre.
Ask Your Query