> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/aggregate-functions/median.md).

# Median

Gets the median value in the column

```mathematica
Median(column1) → 28
Median(column2) → 2062.56
```

#### Inputs

`Median(column)`

* `column` - A column to calculate the median value for
