Calculate Number of Days Remaining from Due Date in Notion

  Рет қаралды 37,803

James H. Jay - Educator | Developer

James H. Jay - Educator | Developer

2 жыл бұрын

Formula for number of days remaining:
*Check pinned comment for updated formula.*
**Be sure the name of your Date Property (in my case, "Due Date") matches the name in your formula if you're having issues with the formula.
-------- ABOUT:
Covering all things productivity and growth that I love.
Focused on keeping videos short and sweet.
Subscribe and stay tuned for new weekly videos!:)

Пікірлер: 94
@jameshjay22
@jameshjay22 2 жыл бұрын
Try this formula instead! (It will add: # days remaining & # of days overdue) *Updated formula: if(empty(prop("Due Date")), "", (format(abs(dateBetween(prop("Due Date"), now(), "days")) + 1) + format(if(((dateBetween(prop("Due Date"), now(), "days") + 1) 0), " days remaining", ""))))))
@anders_dahlberg
@anders_dahlberg 2 жыл бұрын
Great formula! Works perfect... however, a suggestion for improvement. It would be nice if it could handle when on one day is remaining and instead write "1 day remaining" . As it is now I get "1days remaining". Anyway thanks for the great formula!
@bredket3334
@bredket3334 Жыл бұрын
it doesn't work
@faithlikecoffeee
@faithlikecoffeee Жыл бұрын
work great! Thank you
@ritinjain
@ritinjain Жыл бұрын
Doesn't work correctly for the month of Feb somehow
@lanlalynn7156
@lanlalynn7156 Жыл бұрын
it's work ! (april, 2023)
@EshanAnas
@EshanAnas 2 жыл бұрын
You literally saved me from building an app to do this one simple thing. The excel sheets and other stuff are all nonsense to me. THANK YOUUUUUUUUUUUU
@user-ce9nu3wq9p
@user-ce9nu3wq9p 3 ай бұрын
Thank you James, you saved me a lot of time.
@shmkrar1153
@shmkrar1153 Ай бұрын
Super short & Helpful!!!
@jasminahristova
@jasminahristova Жыл бұрын
Works perfectly! Thanks :)🙏
@reemxahmed
@reemxahmed 2 жыл бұрын
Thank you so much! This was very helpful.
@explorer326mpd
@explorer326mpd 2 жыл бұрын
thank you for making this simple to understand and follow.!!
@jameshjay22
@jameshjay22 2 жыл бұрын
Thanks Justin! And you’re welcome!:)
@HannahDeloy
@HannahDeloy 26 күн бұрын
This is awesome! Thank you!
@mikajuuzuo3356
@mikajuuzuo3356 Жыл бұрын
Thank you so much!
@IlkhomjonYuldoshev
@IlkhomjonYuldoshev Жыл бұрын
Thanks Man, you helped a lot
@erinc7261
@erinc7261 Ай бұрын
Thank you so much!!
@thechristhetics
@thechristhetics Жыл бұрын
You're very helpful sir. Thank you.
@leituraseoutrasaventuras
@leituraseoutrasaventuras Жыл бұрын
THANK YOU!
@gyuuv
@gyuuv Жыл бұрын
hi thank you so much for this! is there a way to make it say "due today" on the date due instead of "1 day remaining"?
@LuisKarlosML
@LuisKarlosML Жыл бұрын
Thanks 🙌🏼
@juribrand3656
@juribrand3656 Жыл бұрын
thank you really much
@dvsbreitmann4914
@dvsbreitmann4914 Жыл бұрын
Thanks!
@ThisIsOmar143
@ThisIsOmar143 5 ай бұрын
Wow! thanks this was helpful
@KapsLockisLive
@KapsLockisLive 3 ай бұрын
Thank You buddy
@akashghosh4260
@akashghosh4260 2 жыл бұрын
Thanksss, that was very helpful.
@jameshjay22
@jameshjay22 2 жыл бұрын
Thanks Akash! Glad it helped:)
@thenerdlad1101
@thenerdlad1101 Жыл бұрын
thanks man
@Aya-oj4kh
@Aya-oj4kh 2 жыл бұрын
super helpful, thank you so much! may i suggest for a how-to vid for creating a database template from an existing page in the same database?
@jameshjay22
@jameshjay22 2 жыл бұрын
Oh that's a great idea! I currently use a single master database for all my pages, so I haven't come across this yet. I'll definitely take a look at it:)
@md.nurealamhussain5295
@md.nurealamhussain5295 4 ай бұрын
thanks
@juliocesardecarvalhorodrig3903
@juliocesardecarvalhorodrig3903 3 ай бұрын
god bless u
@it.s_Raine
@it.s_Raine Жыл бұрын
I've been trying to create a countdown timer in notion and been struggling with this. I have 3 Properties created in a table namely: Duration(# property), Start Date(date property) and a formula property that tells the date when the duration ends. What I want, is to create a property that tells how many days remaining until the due date with respect to the "Start Date. I also want to know how to make the timer/counter stop when 100% progress is reach. Hope you can help me with this.
@MCandMosRandomChannel
@MCandMosRandomChannel 10 ай бұрын
have you managed to do this yet? pls. Thanks
@it.s_Raine
@it.s_Raine 10 ай бұрын
@@MCandMosRandomChannel I created 4 properties: Duration(# property), Start Date(date property), End Date(formula property), and Days Left(formula Property). The formula for End Date is: dateAdd(prop("Start Date"), prop("Duration"), "days") For Days Left: "📅" + if(ceil(dateBetween(prop("End Date"), now(), "hours") / 24) == 0, " Today", if(prop("End Date") < now(), format(abs(ceil(dateBetween(prop("End Date"), now(), "hours") / 24))) + " Days Overdue", if(prop("End Date") > now(), format(abs(ceil(dateBetween(prop("End Date"), now(), "hours") / 24))) + " Days Remaining", ""))) I just input how many days is the duration for certain project and when it will start then the rest will automatically tell you the date it ends and the countdown will start.
@MCandMosRandomChannel
@MCandMosRandomChannel 10 ай бұрын
Hey bro, I was tryting to introduce a age function where it shows DAYS OLD on the page. ... Is this possible to do please? Thanks
@la_cobus
@la_cobus 2 ай бұрын
The formula used in the video doesn't work anymore. The one shown in the pinned comment does work, but I don't know how it works...and I watched the video looking for explanation - would love if you updated the vid!
@lucasantor345
@lucasantor345 3 ай бұрын
Hi How can i do to Automatically put DONE when the task is attempted?
@satyatadhargawe535
@satyatadhargawe535 2 жыл бұрын
Hey, can you tell me how to calculate the number of days from a start date to today's date, please? And thank you for the useful content.
@jameshjay22
@jameshjay22 2 жыл бұрын
Sure! Is the formula not working on your end?
@nicolasbarrios7403
@nicolasbarrios7403 2 жыл бұрын
@@jameshjay22 she means how calculate formula for example: start date: april 12 and due date: april 20. So the remaining days are 8. So, how we could calculate it?
@ThanhNguyen-hn3xz
@ThanhNguyen-hn3xz 11 ай бұрын
empty(prop("Due Date")) ? "" : concat(format(abs(dateBetween(prop("Due Date"), now(), "days")) + 1), format((dateBetween(prop("Due Date"), now(), "days") + 1 0) ? " days remaining" : ""))) He had pinned it
@ThanhNguyen-hn3xz
@ThanhNguyen-hn3xz 11 ай бұрын
And if you do not want to have the word "days remaining", use this: empty(prop("Due Date")) ? "" : concat(format(abs(dateBetween(prop("Due Date"), now(), "days")) + 1))
@JocyBurtonof
@JocyBurtonof 2 ай бұрын
how about days since? like 5 days since last reviewed.
@kokoo1322
@kokoo1322 Жыл бұрын
Hi, is there a tweak in the code if I ever want to turn on "end date" on my date property?
@SuperCavalry
@SuperCavalry 5 ай бұрын
dateEnd(prop("Do Date"))
@FeruMohammed
@FeruMohammed Жыл бұрын
Hey, I want to make a formula to "count the days" since created. Can you help? It's for tracking my job applications. A company has cooling period of about 90 days or 1 year. By this way, I can re-apply to the company after completing the cooling period.
@hamnaarshad
@hamnaarshad Жыл бұрын
This formula is working for me, try it & see if it works for you: dateBetween(now(), prop("Date Created"), "days")
@FeruMohammed
@FeruMohammed Жыл бұрын
@@hamnaarshad Yes. Found it. Tq.
@alejandramendezmiguez4607
@alejandramendezmiguez4607 2 жыл бұрын
love u
@hieuluc8888
@hieuluc8888 8 ай бұрын
Try this if you want result like: 9 Days 1 Hours 56 Minutes lets(totalMinutes, dateBetween(prop("Due"), now(), "minutes"), days, floor(totalMinutes / 1440), hours, floor((totalMinutes % 1440) / 60), minutes, totalMinutes % 60, format(days) + " Days " + format(hours) + " Hours " + format(minutes) + " Minutes")
@frayudaadriansyah4253
@frayudaadriansyah4253 6 ай бұрын
thank you. can you edit formula? when time overdue its show in days remaining show a overdue. if one days ago time is not show a day
@hieuluc8888
@hieuluc8888 6 ай бұрын
@@frayudaadriansyah4253 Basically, you just need to add two if lines as follows: lets(totalMinutes, dateBetween(prop("Due"), now(), "minutes"), days, floor(totalMinutes / 1440), hours, floor((totalMinutes % 1440) / 60), minutes, totalMinutes % 60, if(totalMinutes < 0, "Overdue", if(days==0, format(hours)+"h:" + format(minutes) + "m", format(days) + "d:" + format(hours) + "h:" + format(minutes) + "m")))
@mariyajim1872
@mariyajim1872 6 ай бұрын
It not working - it just says 0 DAYS 0 HOURS 0 MINUTES
@frayudaadriansyah4253
@frayudaadriansyah4253 6 ай бұрын
@@mariyajim1872 change due date with due
@frayudaadriansyah4253
@frayudaadriansyah4253 6 ай бұрын
@@hieuluc8888 thank you somuch. do you have template for free?
@nordiin88
@nordiin88 Жыл бұрын
Hi, how do you show the days between 2 Date properties in a full day and the remaining hours? Something like this Date A: July 24 2022 ,10 Pm Date B: July 29 2022, 7:25 AM Result: 4Days 9hr 25min
@mohaimenulislam7817
@mohaimenulislam7817 Жыл бұрын
hi, you got solution for this
@hieuluc8888
@hieuluc8888 8 ай бұрын
@@mohaimenulislam7817 lets(totalMinutes, dateBetween(prop("Due"), now(), "minutes"), days, floor(totalMinutes / 1440), hours, floor((totalMinutes % 1440) / 60), minutes, totalMinutes % 60, format(days) + " Days " + format(hours) + " Hours " + format(minutes) + " Minutes")
@hieuluc8888
@hieuluc8888 8 ай бұрын
lets(totalMinutes, dateBetween(prop("Due"), now(), "minutes"), days, floor(totalMinutes / 1440), hours, floor((totalMinutes % 1440) / 60), minutes, totalMinutes % 60, format(days) + " Days " + format(hours) + " Hours " + format(minutes) + " Minutes")
@SuperCavalry
@SuperCavalry 5 ай бұрын
​@@hieuluc8888 this formula is so far the best as it shows the countdown in a very granular fashion, but how can we make it stop once the status properties are "done" ?
@lucasantor345
@lucasantor345 3 ай бұрын
@@SuperCavalry you found solution?
@brookerule9168
@brookerule9168 8 ай бұрын
i get an error saying "Argument of type text does not satisfy function concat. [23,69] Argument of type text does not satisfy function concat. [71,206]" what have I done wrong?
@thechristhetics
@thechristhetics 7 ай бұрын
if(empty(prop("Due Date")), "", (format(abs(dateBetween(prop("Due Date"), now(), "days")) + 1) + format(if(((dateBetween(prop("Due Date"), now(), "days") + 1) 0), " days remaining", ""))))))
@thechristhetics
@thechristhetics 7 ай бұрын
Just add if at the beginning
@ambercolin3332
@ambercolin3332 Жыл бұрын
i cant click on done it wont accept teh code i have tried other codes and its the same problem what do i do?
@marianasanchez3210
@marianasanchez3210 11 ай бұрын
Same 😭
@odarshan..
@odarshan.. Жыл бұрын
How to make after the number show the word days like this: "30 days"
@samiraordahi
@samiraordahi Жыл бұрын
Did you get it?
@odarshan..
@odarshan.. Жыл бұрын
@@samiraordahi no.
@santicarvalho
@santicarvalho 2 жыл бұрын
i lov u
@seanace9471
@seanace9471 2 жыл бұрын
The formula isn't working on mine
@jameshjay22
@jameshjay22 2 жыл бұрын
Be sure the name of your Date Property (in my case, "Due Date") matches the name in your formula if you're having issues. Otherwise, it should be working:)
@seanace9471
@seanace9471 2 жыл бұрын
@@jameshjay22 thanks
@tiffany4970
@tiffany4970 Жыл бұрын
@@jameshjay22 it's still isn't working for mine
@elainewinters4807
@elainewinters4807 2 жыл бұрын
mine isnt working
@jameshjay22
@jameshjay22 2 жыл бұрын
Did you try using the pinned formula? empty(prop("Due Date")) ? "" : concat(format(abs(dateBetween(prop("Due Date"), now(), "days")) + 1), format((dateBetween(prop("Due Date"), now(), "days") + 1 0) ? " days remaining" : "")))
@elainewinters4807
@elainewinters4807 2 жыл бұрын
@@jameshjay22 thanks so much 🙏 yeah sorry I didn't see
@elainewinters4807
@elainewinters4807 2 жыл бұрын
Also do u know how to make it so it shows the due date on the board when u change it from table to board
@jameshjay22
@jameshjay22 2 жыл бұрын
@@elainewinters4807 No problem!:) Unfortunately, I don't; I mainly use the table view only.
@labulabuland
@labulabuland 9 ай бұрын
✅w
Convert Date into a Month TEXT Formula
0:25
Learn_Excel & GST
Рет қаралды 314 М.
Convert a Full Page Database Into Inline in Notion
0:35
James H. Jay - Educator | Developer
Рет қаралды 17 М.
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 19 МЛН
Получилось у Вики?😂 #хабибка
00:14
ХАБИБ
Рет қаралды 6 МЛН
Alat Seru Penolong untuk Mimpi Indah Bayi!
00:31
Let's GLOW! Indonesian
Рет қаралды 12 МЛН
Children deceived dad #comedy
00:19
yuzvikii_family
Рет қаралды 7 МЛН
Formulas 2.0
0:29
Notion
Рет қаралды 21 М.
Rastreamento de Tempo no Notion | Work OS
1:31
Daniel do Produtive-Me
Рет қаралды 1,8 М.
Instruction
1:06
domalec
Рет қаралды 2
ELRS Buddy released
0:20
Fourflies
Рет қаралды 39
Notion Databases - Full Course for Beginners
48:54
Thomas Frank Explains
Рет қаралды 537 М.
Smart Countdown Formula In Notion - EASY Notion Formulas
18:35
Creative Cove
Рет қаралды 6 М.
Became invisible for one day!  #funny #wednesday #memes
00:25
Watch Me
Рет қаралды 19 МЛН