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

sum

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

Quick reference

ItemDetails
Functionsum()
CategoryNumber and math
Syntaxsum(values...)
PurposeSum
Return valueNumber

Official example of the sum 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