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

equal

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

Quick reference

ItemDetails
Functionequal()
CategoryLogic and conditions
Syntaxequal(value1, value2)
PurposeCheck equality, same as ==
Return valueBoolean

Official example of the equal function in the Notion formula editor

Examples and notes

equal(prop("Status"), "Completed")
unequal(prop("Assignee"), prop("Creator"))

Operators are common for direct equality checks:

prop("Status") == "Completed"

For the opposite check, use unequal(prop("Status"), "Completed").


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