Ultimate Notion Life Planner
Want to 5x your personal productivity? Organize your daily tasks, plans, goals, habits, journal, learning, bookmarks, reading, and more—all in one place!
Increase Personal ProductivityUltimate Notion Finance Dashboard
Hate spreadsheets? Make your financial life 3x easier with integrated templates for tracking your budget, expenses, debts, investments, subscriptions, and financial goals.
Organize Your FinancesNotion Freelancer & Client Portal
Don’t like going back and forth with emails and Slack messages? Use this client portal template to work together on projects, tasks, meetings, payments, reminders, and more.
Make Client Work EasierJanuary 23, 2025
If you’ve always wanted to automate your Notion workflow, this post is for you.
In this step-by-step tutorial, we’ll guide you through creating automatic checkboxes in your Notion database.
By learning this trick, you’ll be able to save hours of manually ticking checkboxes and easily see which tasks have been completed based on visual cues.
Let’s say you’re tracking your daily tasks and have statuses like Not Started, In Progress, and Done.
Every time you change the status to Done, you want the checkbox to automatically be marked.
Here’s how to set it up:
Status == "Done"
For example, the task "Reschedule a meetting" with the status set to "Done" will display a checkmark, whereas statuses like "Not Started" and "In Progress" will show an empty checkbox.
If you’re using Notion for daily goal tracking, chances are you’re tracking your progress for each goal until it reaches 100%.
Instead of manually checking whether it has reached 100%, you can automate the checkbox to be marked once it does.
toNumber(Progress)
progress.number
column.if(progress.number == 1, true, false)
Using Notion to manage your project is a breeze.
For example, you might have projects like Project Ace and Project Base.
Each project includes multiple subtasks, such as designing a website, writing client proposals, etc.
Whenever you finish all the tasks included in Project Ace, you’d like to mark the project as Complete.
Here’s how to do it.
Total Task Done/Total Task
if(Formula == 1, true, false)
Organize your daily tasks, plans, goals, habits, journal, learning, bookmarks, reading, and more—all in one place! Think of a personal manager that streamlines your digital productivity.
Preview Template