Google Spreadsheets MEDIAN Function
Google Spreadsheets MEDIAN Function GA S REGULAR Menu Lifewire Tech for Humans Newsletter! Search Close GO Software & Apps > MS Office
that results in a median of 3.5.
Use the Google Sheets MEDIAN Function
Find the midmost value in a set of numbers
By Ted French Ted French Writer Former Lifewire writer Ted French is a Microsoft Certified Professional who teaches and writes about spreadsheets and spreadsheet programs. lifewire's editorial guidelines Updated on May 15, 2020 Tweet Share Email Tweet Share Email MS Office Excel Word Powerpoint Outlook Along with helping you track your data, Google Sheets also lets you analyze and modify it using functions. If you have a large set of numbers and want to find the middle value, you'll want to use the MEDIAN function. Here's how to use it.Finding the Middle Value With the MEDIAN Function
To make it easier to measure central tendency, Google Spreadsheets has a number of functions that will calculate the more commonly used average values. These include: The MEDIAN function finds the median or middle value in a list of numbers. The AVERAGE function finds the arithmetic mean for a list of numbers. The MODE function finds the most commonly occurring value in a list of numbers.The MEDIAN Function' s Syntax and Arguments
A function's syntax refers to the layout of the function and includes the function's name, brackets, comma separators, and arguments. The syntax for the MEDIAN function is: =MEDIAN (number_1, number_2, ...number_30) number_1 - (required) the data to be included in calculating the median number_2:number_30 - (optional) additional data values to be included in the median calculations. The maximum number of entries you can include is 30. This rule doesn't apply if your function uses a range of cells. The arguments can contain: a list of numbers; cell references to the location of the data in the worksheet; a range of cell references; or a named range.Finding the Median Mathematically
It's easiest to find a median for an odd number of values. For example, the median of a set containing the numbers 2,3, and 4 is 3. With an even number of values, you calculate the median by finding the average for the two middle values. For example, you'd calculate the median for the numbers 2,3,4,5, by averaging the middle two numbers, 3 and 4: (3 + 4) / 2that results in a median of 3.5.