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

subtract

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

Quick reference

ItemDetails
Functionsubtract()
CategoryNumber and math
Syntaxsubtract(a, b)
PurposeSubtract
Return valueNumber

Official example of the subtract function in the Notion formula editor

Examples and notes

These functions can usually be replaced by operators:

add(1, 2)
1 + 2
subtract(prop("Budget"), prop("Expense"))
prop("Budget") - prop("Expense")

Use operators for simple formulas. Use functions for nested formulas or when you want a consistent function 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