It is.
You just need a proper tool and an efficient method.
I tested different work organization tools and after a careful evaluation chose a favorite – Notion.
And no, it’s not an ad. It’s just simply the most intuitive and efficient solution.
When I started working at an AI startup, Karol (my boss) showed me how to use Notion for managing current and future initiatives, and I fell in love with this method immediately.
I quickly incorporated it into all of my professional and academic areas.
Let me show you it’s done.
I open the Tasks template available in the menu bar.
Then I choose the board view, as I find it to be the most effective and clear option.
I divide my board into 5 columns (by clicking a plus sign Create a new page) and give them specific names:
I create tasks on my board by clicking a plus sign Create new page in the wanted column.
Each of my tasks consists of certain elements. To add new properties, I open my task and click a plus sign Add a property.
Days Until Due – I click Add a property and choose its type as Formula. I copy the following formula:
if(!empty(prop("Deadline")), ((toNumber(formatDate(prop("Deadline"), "DDDD")) + (year(prop("Deadline")) * 365.25)) - (toNumber(formatDate(now(), "DDDD")) + (year(now()) * 365.25))), 999999)
I change the name of the property to Days Until Due. The formula automatically calculates the number of days till my deadline. This way, I can keep track of my task schedule more effectively and don’t waste time counting the days myself.
State – I click Add a property, and choose its type as Formula. I copy the following formula:
if((prop("Status") != "Done"), (if((prop("Days Until Due") == 0), "❗️ Today", (if((prop("Days Until Due") < 0), ("🚨 " + format(abs(prop("Days Until Due"))) + " d" + " late"), (if((prop("Days Until Due") == 999999), "", ("🔜 " + format(prop("Days Until Due")) + " d" + " left"))))))), "")
I change the name of the property to State. The formula automatically shows me what is the current state of the task: how many days left until, is it to be done today, or maybe it is already past the deadline.
Project – This step is additional and a bit more complicated. I’ll talk about creating projects in Notion further in some of the upcoming articles. In short: I click Add a property and choose its type as Relation. I connect it with a different area in my menu bar where I store all the projects that I work on. This way, I can assign each task to a specific project.
Important:
You can decide which properties are visible on your task board by clicking on the 3 dots in the right corner (next to the New blue sign) and choosing Properties. I choose State, Status, Person, and Project to be seen under my task title, but you can adjust it individually.
If any of the given formulas don’t seem to be working, double-check if all the properties are named correctly and find any typos. It is important to stay consistent with the naming in all areas of your Notion board.
What I’ve learned when it comes to efficient task management could be summed up in 5 easy rules:
Create deadlines – It is a must when it comes to completing my tasks efficiently and without wasting additional time on procrastination. Nothing motivates me more than a due tomorrow alert.
Divide projects into smaller tasks – This way, I can plan the consequent steps of my projects and see the results quicker.
Start and end the day with task review – Checking my task board helps me establish daily to-do lists and make insightful evaluations at the end of the day or week.
Write everything down – I have a simple rule: if I write it down, I’ll never lose it. Especially if I write it down in Notion. I’m daily bombarded with so much information I don’t even dare to store it all in my head.
Enjoy the process – Now, we get to the motivational and a bit of ‘coachy’ part of this article. But it is true – once I look at my tasks as opportunities, not annoying responsibilities, and see the Done column growing, I feel more motivated to complete current assignments and create new ones.
Start using Notion for your task management regardless of the way you work – alone or with an assistant.
Stay organized, and see how smoothly your professional duties can be developed and completed.
If you find this article helpful, please leave a subscription and check out my other publications.
Here is one on social media and network management in Notion:
Till next time!