Task and Project Formulas
Formula examples for task status, completion rate, priority, automatic summaries, project health, and related project-management scenarios.
This page organizes formulas by task and project-management scenarios. It is useful when you need snippets for task databases, project databases, reading databases, or customer databases.
Each snippet first lists the properties you need, then provides a copy-ready formula.
| Scenario | Main functions used |
|---|---|
| Due status | lets(), dateBetween(), ifs() |
| Progress display | min(), max(), repeat() |
| Project statistics | filter(), length(), round() |
| Text processing | split(), trim(), unique() |
Task status: today, overdue, future
Prepare these properties:
Due Date: dateStatus: select, including "Completed"
Completion-rate progress bar
Prepare this property:
Completion Rate: number, from 0 to 1
Priority score
Prepare these properties:
Importance: select, Important / NormalUrgency: select, Urgent / Not urgent
Automatically generate a page summary
Prepare these properties:
Status: selectAssignee: peopleDue Date: date
Calculate project completion from related tasks
Prepare these properties:
- The project database is related to the task database, and the relation property is named
Tasks - The task database has
Status, with "Completed" as the completed status
Display it as text progress:
Project health
Prepare these properties:
Tasks: related tasks- The task database has
StatusandDue Date
Estimate reading-note word count
Prepare this property:
Notes: text
Clean tags
Prepare this property:
Input Tags: text, separated by commas
Rough email-format check
Note: this is a rough format check. It does not prove that the email address is reachable.
Generate an external search link
To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.
Last updated on
Notion Formulas