Median Calculator
Values are sorted ascending before taking the middle.
Median
Enter numbers separated by commas or spaces.
How this is calculated
For odd n, median is the middle value. For even n, median is the average of the two central values.
When to use it
- Skewed salaries or scores.
- Reporting robust center.
Frequently asked questions
Same as Excel MEDIAN?
Matches the usual definition for numeric lists.
One value?
Median equals that value.