MEDIAN function - The function returns the median of the given numbers in Excel
The following article introduces you to the MEDIAN function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the median of the given numbers. Median number is the number in the middle of a set of numbers.
Syntax: MEDIAN (number1, [number2], .)
Inside:
- number1, [number2], .) Are the values you want to find the median, where number1 is the required parameter, other values are optional and contain up to 255 number parameters .
Attention:
- The value of the argument must be a number, name, array or reference containing numbers.
- If the number of sets of numbers you want to calculate the median is even -> the function performs the average calculation of the two middle numbers.
- Logical or text values when typing directly into the argument list -> these values are still counted.
- If the argument is a reference array containing text values or logic -> these values are ignored, but the value 0 is still counted.
- Arguments that are text or error values cannot be converted -> cause errors in the function.
For example:
Calculate the median of number values as described in the following data table:
- In the cell to calculate enter the formula : = MEDIAN (D6: D11)
- Press Enter -> median of values is:
- Where the number of values in the set of values you want to calculate the median is even, but the values are not evenly spaced -> the function still calculates the normal way.
- Where the number of values in the set of values you want to calculate the median is even, but the values are evenly spaced -> the function performs the average value of the two numbers in the middle, here (12 + 15) ) / 2 = 13.5
Above are instructions and some specific examples when using MEDIAN function in Excel.
Good luck!
You should read it
- RANK.AVG function - The function returns the rank of a number in a list of numbers in Excel
- MIN function - The function returns the smallest value in the given numbers in Excel
- RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values with the same rank in Excel
- How to use ADDRESS function in Excel
- TIME function - Function returns decimal numbers for a specific time value in Excel
- Save time with these text formatting functions in Microsoft Excel
- PI (PI Function) in Excel - How to use PI numbers in Excel
- How to use the IF function in Excel
May be interested
- T.DIST - The function returns the Student t-distribution on the left in Excelt.dist: the function returns the student's t-distribution on the left. functions used in testing the hypothesis of small numbers of data sets. support functions from excel 2010 onwards. syntax: t.dist (x, deg_freedom, cumulative)
- How to use the NORMDIST function in Excel - Function that returns the distribution in Excelthe normdist function returns a distribution with a specified mean and standard deviation. the normdist function has applications in statistics, including hypothesis testing.
- T.DIST.2T - The function returns the two-tailed Student distribution in Excelt.dist.2t: the function returns the two-tailed student's t-distribution. functions used in testing the hypothesis of small numbers of data sets. support functions from excel 2010 onwards. syntax: t.dist.2t (x, deg_freedom)
- ISODD function - The function returns True if the value is an odd number in Excelisodd function: the function returns true if the value is odd. application of functions to check odd and even numbers. syntax: isodd (number)
- MINA function - The function returns the smallest value in the given numbers including text and logical values in Excelmina function: the function returns the smallest value in the given numbers including text and logical values. syntax: mina (value1, [value2], ...)
- CHISQ.TEST function - The function returns the independence test in Excelchisq.test function: the function returns the independence test. the function returns the value from the distribution (({chi ^ 2})) when squared for statistics and the appropriate degrees of freedom. support function from excel 2010 version. syntax: chisq.test (actual_range, expected_range)
- How to use the IF function in Excelthe if function in excel checks for a true or false condition. if the condition is true, the function returns a value, if the condition fails the function returns another value
- How to use the MAXA function in Excel, detailed examplesthe maxa function in excel helps find the largest value in a data set, including numbers, logical values, and text containing numbers. this is different from the max function, which only counts numbers. let's learn the syntax and usage of the maxa function with practical examples.
- F.TEST function - The function returns the result of the F - test in Excelf.test: the function returns the result of the f - test, the probability of two ends where the variance of 2 arrays is not significant. support functions from excel 2010 version. syntax: f.test (array1, array2)
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)