Description
Middle value in a set of numbers. If there is an even number of values, it is the average of the two middle values.
Calculation Editor
Options
Input |
Input Values |
Required |
Input 1 |
Column or Literal |
✔ |
Input 2 |
Column or Literal |
|
Examples
Example 1
- Input: Quantity 1 (400), Quantity 2 (750), Quantity 3 (114)
- Quick Calculations > Math > Median
- Output: 400
Example 2
- Input: Amount 1 (15), Amount 2 (7), Amount 3 (19), Amount 4 (3)
- Quick Calculations > Math > Median
- Output: 11
- Reasoning: Even number of values result in the average of the two middle values : 15 and 7