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

mean

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

Quick reference

ItemDetails
Functionmean()
CategoryNumber and math
Syntaxmean(values...)
PurposeAverage value
Return valueNumber

Official example of the mean function in the Notion formula editor

Examples and notes

sum(prop("Income"), prop("Bonus"), prop("Subsidy"))
mean(prop("Chinese"), prop("Math"), prop("English"))

Sum values from related tasks:

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

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