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

divide

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

Quick reference

ItemDetails
Functiondivide()
CategoryNumber and math
Syntaxdivide(a, b)
PurposeDivide values
Return valueNumber

Official example of the divide function in the Notion formula editor

Examples and notes

divide() performs division. You can usually replace it with the / operator.

divide(10, 2)
10 / 2

Calculate a completion rate:

divide(prop("Completed Tasks"), prop("Total Tasks"))

Tip: Use / for simple division. Use divide() when you want to keep a function-based style.

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