Smart Countdown Formula In Notion - EASY Notion Formulas

  Рет қаралды 5,439

Creative Cove

Creative Cove

Күн бұрын

🧠 Notion Second Brain Template:
creativecovehq.etsy.com/uk/li...
⚡ Get my Notion templates:
creativecovehq.etsy.com
In this Notion tutorial, I show you how to set up a clever Notion formula that will calculate the number of days remaining from a due date.
This countdown formula in Notion is perfect for any to-do list, projects or goals databases.
🕝 Timestamps:
0:00 - How the formula works
1:20 - Example database
2:11 - Work out difference between due date & today
3:55 - Turn it into a variable
5:48 - If statements
10:31 - Remove negative numbers
11:13 - Add completed option
12:57 - Add text styling
17:13 - Turn database into a gallery view

Пікірлер: 56
@creative_cove
@creative_cove 2 ай бұрын
Update: It appears there is a small bug in the formula where the due date is tomorrow, it shows 'today'. To fix it, you can simply replace the now() function I used in the video with today() and it will work properly 😊
@sandrafaune4324
@sandrafaune4324 5 күн бұрын
Exactly what I needed! I'm more familiar with excel and got lost in using the formulas in notion and styling it but this totally helped me out. Thanks a lot and hope to see more vids. Subscribed :)
@creative_cove
@creative_cove 4 күн бұрын
You're very welcome! Thanks for subscribing :)
@satoruoncrack9250
@satoruoncrack9250 Ай бұрын
Thank you so much for this comprehensive video! An old notion template that I got from youtube had problems with the formula, so this really helped me fix it.
@RodGomez1
@RodGomez1 2 ай бұрын
Thank you. This was super helpful.
@alishawoods5336
@alishawoods5336 Ай бұрын
Omg girl yes!!! Thank you so much. Followed your instructions. I love how you break everything down and make it super easy to understand and follow along. Thank you so much!!
@creative_cove
@creative_cove Ай бұрын
You are so welcome! Thanks for watching 😊
@o_wrzosowa
@o_wrzosowa 2 ай бұрын
Girl, you helped me a lot! Love ya ❤
@creative_cove
@creative_cove 2 ай бұрын
You're so welcome! 😊
@jackfroggoosebear3187
@jackfroggoosebear3187 Ай бұрын
Thank you, from this newbie. Modified it slightly to use status==“Done” rather than the checkbox to control “completed”, as I’ve decided to use kanban for my weekly view (I use Jira at work, so love the board view) I am on an iPad though which is a nightmare at times, (e.g. formula window is different, less information displayed, and compressed, table column widths cannot be made narrower, etc!) but you have allowed me to learn some great functionality to compensate for the iPad app/browser frustration.
@gordontucker055
@gordontucker055 3 ай бұрын
I did it! you explain things very well. Love your content. Helps to have transcript showing to follow along.
@creative_cove
@creative_cove 3 ай бұрын
You're welcome, thanks for watching! :)
@anickglobensky-bromow9820
@anickglobensky-bromow9820 3 ай бұрын
Simple and easy to follow!
@creative_cove
@creative_cove 3 ай бұрын
thank you!
@Lina-lorn
@Lina-lorn 3 ай бұрын
Amazing videos ❤😍 Thanks for the great toturial, keep going..
@creative_cove
@creative_cove 3 ай бұрын
Thanks, will do!
@sewkraftysanaa
@sewkraftysanaa 2 ай бұрын
Hello this I awesome you have no idea how much your channel has helped me with notions. SO I followed along and this is perfect but I do not have a checkbox. How do I edit this formula for my status property when marked done?
@putrisidestory
@putrisidestory 2 ай бұрын
Thank you so much girl
@creative_cove
@creative_cove 2 ай бұрын
You are so welcome!
@Vijay-iz4vb
@Vijay-iz4vb 3 ай бұрын
I want to do this since very long time but I couldn't .. But wow It is very easy to do.. thank u so much
@smruti_ranjan_gansalvesh492
@smruti_ranjan_gansalvesh492 2 күн бұрын
Thanks a lot ❤
@creative_cove
@creative_cove Күн бұрын
You're welcome 😊
@harold.machado
@harold.machado 3 ай бұрын
Thank you.
@creative_cove
@creative_cove 3 ай бұрын
You're welcome! Thanks for watching :)
@ramonablasius9748
@ramonablasius9748 2 ай бұрын
Thank You
@creative_cove
@creative_cove 2 ай бұрын
You're welcome! 😊
@fredericgoeller3567
@fredericgoeller3567 12 күн бұрын
Do you also think the formula hub could be designed better inside notion? I dont find it handy. Great video though, keep it up!
@Jozii89
@Jozii89 2 ай бұрын
Thank you for this! 😁 I get one issue though: When the due date is tomorrow, it actually displays as "Today". I checked the original daysBetween calculation (only displaying the numbers) and if I select yesterday's date it correctly says -1 and today's date says 0. But if I select tomorrow's date it still says 0, and if I select the date two days from now it says 1 instead of 2. To figure out if I did something wrong when following the tutorial, I counted the days from March 14 to April 30 as in your example, and that's actually 47 days, not 46 as Notion suggests in the video. I'm guessing this is easily solved by adding a formula to calculate -1 in the "days to go" part of the full formula, but how and exactly where? I'm completely new to formulas and have no idea where to begin 😅 Regardless, amazing stuff and I'm very happy I found this easy-to-follow video!
@creative_cove
@creative_cove 2 ай бұрын
Apologies, you're right! The issue is because I used the now() function which pulls through the date & time of today. This caused a problem because if it's less than 24 hours until tomorrow begins then it's counting that as one day less (hope that makes sense). To fix the issue, you can just replace the now() with today() instead which just pulls through today's date and not the time as well. So the first part of the formula would become this: let(daysBetween, dateBetween(prop("Due Date"), today(), "days"), Thank you for pointing this out! :)
@Jozii89
@Jozii89 2 ай бұрын
Aha, makes perfect sense! Thank you so much for the quick reply 😊
@RuskingGonzalez
@RuskingGonzalez 2 ай бұрын
LOOKING FOR THIS! 🎉 THANKS!
@ingriderthalmartinez8671
@ingriderthalmartinez8671 27 күн бұрын
How do I add hours, minutes and seconds left to this formula? Thank you so much for the content.
@rummantariq7459
@rummantariq7459 3 ай бұрын
do you know how can we create Quarterly and Yearly progress bar by using our Monthly progress bars. Waiting for your response. You showed us how to create a monthly progress bar in your Habit tracker video. But im finding a way in which I can make progress bars for Quarterly and yearly as well. Do you know any Formula for that?
@headstrong1810
@headstrong1810 12 күн бұрын
Hi! I am thinking of doing a count up days with a progress bar. Any idea how do I go about it?
@gwuevve
@gwuevve 11 күн бұрын
Thank you so much for this! I was struggling to keep up with my tasks and to pressure myself in doing them and this was truly helpful. Btw, do you have any solution on how to change 1 DAYS ago to 1 DAY ago? Thanks in advance!
@creative_cove
@creative_cove 10 күн бұрын
You're so welcome! For the 1 day, you can include another if statement in the formula. So it would say if(daysBetween == 1, (daysBetween + " day to go").style("green", "green_background"), Make sure you add it into the formula before the daysBetween > 0 line to make sure this one gets priority.
@gwuevve
@gwuevve 5 күн бұрын
@@creative_cove Hello, thank you so much for the help! Also, is it okay to ask another question? I also want it to show "1 day overdue" but I don't know how to formulate it. Again, thank you so so much for help! 💗
@dwikdune5212
@dwikdune5212 Ай бұрын
hi this code is very helfullone question, what if the checkbox is by percentege is that posible ?
@lisa.de_m
@lisa.de_m 2 ай бұрын
Thank you for your vidéo, you helped me a lot ! I was so frustrated with one formula in particular ^^ But now I don't know if I'm the only one to have this probleme, but the due and past date aren't quite correct. I mean : We are the 22nd, I put a dealine to 23rd, and it says : Deadline today. But the deadline is tomorrow. I tried - 1 and + 1 but it's isn't correct either. Is it normal ? Thank you in advance for your reply ! And thank you again for you video :)
@creative_cove
@creative_cove 2 ай бұрын
Hi, you just need to replace the now() function within the formula with today() instead. It was a small mistake I made in the video, sorry! now() also includes the current time so if tomorrow is less than 24 hours away, it's counting it incorrectly as today whereas the today() function just includes the date and not the time.
@lisademeyer4843
@lisademeyer4843 2 ай бұрын
@@creative_coveyou’re right, it works, thank you very much ! ☺️
@lifebykaye
@lifebykaye 2 ай бұрын
Love the colors! Just one question, I followed everything and got stuck at my due date tomorrow being displayed as today. Any idea why this happens?
@creative_cove
@creative_cove 2 ай бұрын
It's due to a small bug with the now() function that I used, sorry! To fix it just replace now() with today() instead and it will work properly.
@lifebykaye
@lifebykaye 2 ай бұрын
@@creative_cove thank you so much! you're an angel 🥹
@zyaxczya
@zyaxczya 3 ай бұрын
how about when my property is status instead of checkbox?
@creative_cove
@creative_cove 3 ай бұрын
In that case, you could just change the if statement to something like if(status == "complete"), "Completed!"
@kelleighedwards5370
@kelleighedwards5370 3 ай бұрын
im having trouble adding more space to the output between the days and the text
@creative_cove
@creative_cove 3 ай бұрын
You need to manually add in a space just before the text within the quotation marks else it won't add one.
@user-xv4jz9tb6t
@user-xv4jz9tb6t 2 ай бұрын
I have a problem, when due date is tomorrow the formula shows Due Today! How can i fix that
@creative_cove
@creative_cove 2 ай бұрын
Sorry it was a small bug in the formula. Please replace the now() function with today() instead and it will work 😊
@TiaSMuthmainah
@TiaSMuthmainah 24 күн бұрын
Why, in my notion "Mark as complete" do not appear?
@creative_cove
@creative_cove 24 күн бұрын
It’s something I added myself. You just add a checkbox property and name it ‘Mark as complete’ 😊
@ALPuneeth
@ALPuneeth 3 ай бұрын
🎈
@user-jb9zy9he8x
@user-jb9zy9he8x Ай бұрын
I using property status..how can show complete!?
@user-jb9zy9he8x
@user-jb9zy9he8x Ай бұрын
Can you show me complete formula
@creative_cove
@creative_cove Ай бұрын
You'll just want to change the top if statement to something like if( status == "Done", "Completed!" You'll need to make sure 'status's is replaced by your status property and 'Done' should be replaced with the exact text you're using inside the status property for complete tasks.
Getting to know databases in Notion
4:35
Notion
Рет қаралды 64 М.
How to use Asana for free in 2024 ?
23:26
iDO, your Asana experts
Рет қаралды 227
THEY WANTED TO TAKE ALL HIS GOODIES 🍫🥤🍟😂
00:17
OKUNJATA
Рет қаралды 8 МЛН
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 170 #shorts
00:27
MUST-KNOW Notion Formulas for Beginners | Date, Text, If, Calculations, and More!
12:52
How to Use Notion Formulas 2.0 Like a Pro
22:23
Kat Waugh
Рет қаралды 4,1 М.
Notion Questions and Answers template
0:36
Kenzie -.-
Рет қаралды 549
This ONE NOTION HACK Will Level Up Your Workspace 🤯
22:34
Creative Cove
Рет қаралды 3,3 М.
Notion Build With Me: Smart Deadline Formula
20:26
Red Gregory
Рет қаралды 28 М.
Make a Goal Tracker in Notion (Step By Step Tutorial)
27:09
Creative Cove
Рет қаралды 10 М.
Calculate Number of Days Remaining from Due Date in Notion
1:31
James H. Jay - Educator | Developer
Рет қаралды 37 М.
Build a Habit Tracker with Streaks! 🔥 (Easy To Understand Guide)
32:51