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

mod

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

Quick reference

ItemDetails
Functionmod()
CategoryNumber and math
Syntaxmod(a, b)
PurposeRemainder
Return valueNumber

Official example of the mod function in the Notion formula editor

Examples and notes

mod(10, 3)

Check whether a number is even:

mod(prop("Number"), 2) == 0

Group by sequence number:

mod(prop("Number"), 3)

mod() is often used for cycles, grouping, and odd/even checks.

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