Skip to main content
FLO.W 思流Notion Formulas
Back to function index

median

A quick reference for the Notion median function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
Functionmedian()
CategoryNumber and math
Syntaxmedian(values...)
PurposeMedian value
Return valueNumber

Official example of the median function in the Notion formula editor

Examples and notes

median(1, 3, 9)

Calculate the median of multiple scores:

median(prop("RatingA"), prop("RatingB"), prop("RatingC"))

Calculate the median hours from related tasks:

prop("Tasks").map(current.prop("Hours")).median()

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on