⏰ Looking for more features to take your time tracking to the next level, try out the template here: theorganizednotebook.com/products/timesheet-notion-template
I added the Start and End buttons to my home page so I can start and end timing without having to leave that page. I love learning and your tutorials are easy to follow. Thanks
Thanks for watching! Yes, it's really convenient having Notion track the time for you since you can also add your own properties and notes to that task too. 😊
Thanks, very useful! Allow me to attach this formula to get the result in the Hours and Minutes format: format(floor(dateBetween (prop("End Time"), prop("Star Time"), "minutes") / 60)) + "h " + format(mod(dateBetween(prop("End Time"), prop("Star Time"), "minutes"), 60)) + "m"
⏰ Looking for more features to take your time tracking to the next level, try out the template here: theorganizednotebook.com/products/timesheet-notion-template
I added the Start and End buttons to my home page so I can start and end timing without having to leave that page. I love learning and your tutorials are easy to follow. Thanks
Thanks for watching! I'm glad you found the tutorial helpful and that you're making good use of the tips!
That's actually so better than having to pull out a stop watch from your phone, ty will try it for sure
Thanks for watching! Yes, it's really convenient having Notion track the time for you since you can also add your own properties and notes to that task too. 😊
Pretty good and useful, thank you!
Glad to hear it was useful! Stay tuned for more!
Thanks, very useful!
Allow me to attach this formula to get the result in the Hours and Minutes format:
format(floor(dateBetween (prop("End Time"), prop("Star Time"), "minutes") / 60)) + "h " + format(mod(dateBetween(prop("End Time"), prop("Star Time"), "minutes"), 60)) + "m"
Glad to hear! thanks for adding in the formula for everyone!