Every one of your videos has been solid gold. Really appreciate your clear uncluttered explanations. Please keep going your notion videos are simply the best.
Hahahahahaha The reason for laughter is that generally people start their new year resolutions on January 1st, but I decided that I would implement the same on February 1st. So to track my good habits, I am looking for various videos to learn how I can create a habit tracker in Notion. And I think I am fortunate enough that, while searching for the same on UA-cam, I came across your habit tracker preparation video, which you uploaded today only. So once again, thank you so much for helping me and other folks like me who are expecting videos from your channel. I just want to summarize: I was actually expecting a habit tracker video from your channel. I also looked for the same, but the video was not uploaded until yesterday, so I looked for alternative videos, but trust me, I was not satisfied with any of them, and luckily you uploaded the video today, so thanks once again and keep up the good work.
Thanks so much for the awesome tutorial! As for the formula for progress, you can utilize the substring fuction. Because the goal always starts with a number (and is no more than 7), you can take that first character as the denominator. What I use is: round((prop("Mon").toNumber() + prop("Tue").toNumber() + prop("Wed").toNumber() + prop("Thu").toNumber() + prop("Fri").toNumber() + prop("Sat").toNumber() + prop("Sun").toNumber()) / prop("Goal").substring(0,1).toNumber() * 100 ) / 100 Hopefully this can save people some typing!
This video is so helpful! Thank you for sharing. I was wondering if there was a way to do this but keep track of the data for each day of the year? I am new to Notion and this has been quite a difficult learning curve. I have a lot of habits / reoccurring tasks that do not need to be done every day, so I found this video. However I would still love to be able to keep up with the data and see where I need to improve throughout the months/year.
I'm trying to figure out the same thing. I'd like to combine the "Variable Goal" method, with the new video posted "Advanced Habit Tracking" add progress bars for each habit with the analytics page.
Do you know how can I save this information for all days so I can see how much monthly goals met. I have weekly 4 times gym but 20 times a month gym? I am stuck since hours :(
Hey there dear! I'd like to thank you for this cause it's exactly what I was looking for with the progress bar AND you explain how to make the formula amazingly well!!! But I have problem, up until the first part of setting up the percentage 7 days it works just fine (when it's only -round.../7/100-. But after that, when I try yo set the frequency up this is what shows: **This formula links to another workspace. Cross-workspace features are limited, so syncing may break and filtering, sorting, and search will not work.** Do you know how to get rid of this?
I love your video. I'm just wondering if building habits and adding them to goals does the opposite of what James Clear meant, since he talks about habits as part of a system instead of goals, since goals are short term and systems with habits in it are longer term. I hope that it makes sense. English is after all my second language, so if there is something that you didnt understand since im not good at explaning things, you just let me know
This is great - thanks for the clear explanation! I love y our videos! Quick question - I have some habits that I track weekly like this and others that I would like to do monthly (i.e. date night 3x/month, lunch/coffee with a friend, 4xmonth etc. Is there an easy way to incorporate those into this tracker - I would prefer not to have two separate ones. Also - is there a way to do it that doesn't require having the formula 30-31 times? Wondering if you have any thoughts on that... Also - what would be the best way to save the weekly tracking info before resetting it for the following week?
Love your videos. Really helpful and I cannot for the life of me learn formulas but you make me somewhat understand them lol 😂 Question tho, if you wanted to combine this *template* or whatever you want to call it with the streak template in the other video you made, (I believe it was ur video, I watch so many notion videos) is it possible?
Hey. Thanks for sharing your implementation. I have a question, what I if I don't want to reset the week what if Iwant to track my progress lon term what should I do then?
There are ways to track and save your statistics, it's a little complex though with the variable goals. I do have another recent video that incorporates analytics that you might find useful 😊
Hi, thank you for an excellent explanation of this topic. I have done exactly as you have shown but I have found that days 2 and 5 do not calculate and I end up with 0%. I have checked every character and space (I copied and pasted as you suggested) and I can't find the error. I've also refreshed the page, no joy. Any advice is greatly appreciated.
Thanks for this video, very informative and right on time... however, I have a question, how do we get to track our weekly, monthly and yearly progress if we get to resit the whole box weekly?
The example in this video doesn't include tracking I'm afraid, it's just a weekly habit tracker that you can reset. I'm trying to figure out a way to incorporate the with the varying goals but it's proving difficult at the moment!
thank you so much for your videos I am learning so much! I was wondering is it possible to connect the habit tracker with your goal tracker? so everytime we complete a habit the bars can progress in our goals, like this one here: ua-cam.com/video/Jkg9WenPhak/v-deo.html
Every one of your videos has been solid gold. Really appreciate your clear uncluttered explanations. Please keep going your notion videos are simply the best.
Thank you so much! I'm so glad you like them :)
Hahahahahaha
The reason for laughter is that generally people start their new year resolutions on January 1st, but I decided that I would implement the same on February 1st.
So to track my good habits, I am looking for various videos to learn how I can create a habit tracker in Notion. And I think I am fortunate enough that, while searching for the same on UA-cam, I came across your habit tracker preparation video, which you uploaded today only. So once again, thank you so much for helping me and other folks like me who are expecting videos from your channel.
I just want to summarize: I was actually expecting a habit tracker video from your channel. I also looked for the same, but the video was not uploaded until yesterday, so I looked for alternative videos, but trust me, I was not satisfied with any of them, and luckily you uploaded the video today, so thanks once again and keep up the good work.
Thanks, I'm glad it was helpful!
I am so impressed with this. I found quite a good tracker app recently but this one looks even better. A very clear and understandable explanation.
Glad it was helpful!
Thanks so much for the awesome tutorial! As for the formula for progress, you can utilize the substring fuction. Because the goal always starts with a number (and is no more than 7), you can take that first character as the denominator. What I use is:
round((prop("Mon").toNumber() + prop("Tue").toNumber() + prop("Wed").toNumber() + prop("Thu").toNumber() + prop("Fri").toNumber() + prop("Sat").toNumber() + prop("Sun").toNumber()) / prop("Goal").substring(0,1).toNumber() * 100 ) / 100
Hopefully this can save people some typing!
OMG super thank you, it is actually really help!
I went through dozens of habit tracker templates before finding this video, and this is definitely the one for me! Thank you for the tutorial.
You're so welcome! Glad you found it helpful :)
This video is so helpful! Thank you for sharing. I was wondering if there was a way to do this but keep track of the data for each day of the year? I am new to Notion and this has been quite a difficult learning curve. I have a lot of habits / reoccurring tasks that do not need to be done every day, so I found this video. However I would still love to be able to keep up with the data and see where I need to improve throughout the months/year.
I'm trying to figure out the same thing. I'd like to combine the "Variable Goal" method, with the new video posted "Advanced Habit Tracking" add progress bars for each habit with the analytics page.
Use the ifs function, it makes the code shorter and cleaner
could you copy here how that would be, please?
If someone ends up making this and doesnt mind sharing it with others, I'd love to use it! Thank you!
Do you know how can I save this information for all days so I can see how much monthly goals met. I have weekly 4 times gym but 20 times a month gym? I am stuck since hours :(
Hey there dear! I'd like to thank you for this cause it's exactly what I was looking for with the progress bar AND you explain how to make the formula amazingly well!!! But I have problem, up until the first part of setting up the percentage 7 days it works just fine (when it's only -round.../7/100-. But after that, when I try yo set the frequency up this is what shows: **This formula links to another workspace. Cross-workspace features are limited, so syncing may break and filtering, sorting, and search will not work.**
Do you know how to get rid of this?
I love your video. I'm just wondering if building habits and adding them to goals does the opposite of what James Clear meant, since he talks about habits as part of a system instead of goals, since goals are short term and systems with habits in it are longer term. I hope that it makes sense. English is after all my second language, so if there is something that you didnt understand since im not good at explaning things, you just let me know
This is great - thanks for the clear explanation! I love y our videos! Quick question - I have some habits that I track weekly like this and others that I would like to do monthly (i.e. date night 3x/month, lunch/coffee with a friend, 4xmonth etc. Is there an easy way to incorporate those into this tracker - I would prefer not to have two separate ones. Also - is there a way to do it that doesn't require having the formula 30-31 times? Wondering if you have any thoughts on that... Also - what would be the best way to save the weekly tracking info before resetting it for the following week?
Love your videos. Really helpful and I cannot for the life of me learn formulas but you make me somewhat understand them lol 😂
Question tho, if you wanted to combine this *template* or whatever you want to call it with the streak template in the other video you made, (I believe it was ur video, I watch so many notion videos) is it possible?
Thanks for watching! It would probably be possible but I'd need to figure out how to combine the two as it's not super straightforward 😊
This is what I want, but like for a full month or a full year, not just 1 week.
Hey. Thanks for sharing your implementation. I have a question, what I if I don't want to reset the week what if Iwant to track my progress lon term what should I do then?
There are ways to track and save your statistics, it's a little complex though with the variable goals. I do have another recent video that incorporates analytics that you might find useful 😊
Nice, Is there a way to clean it first to save it in the next page
Hi, thank you for an excellent explanation of this topic. I have done exactly as you have shown but I have found that days 2 and 5 do not calculate and I end up with 0%. I have checked every character and space (I copied and pasted as you suggested) and I can't find the error. I've also refreshed the page, no joy. Any advice is greatly appreciated.
Thanks for this video, very informative and right on time... however, I have a question, how do we get to track our weekly, monthly and yearly progress if we get to resit the whole box weekly?
The example in this video doesn't include tracking I'm afraid, it's just a weekly habit tracker that you can reset. I'm trying to figure out a way to incorporate the with the varying goals but it's proving difficult at the moment!
Hey, can you share this please so I can duplicate into my workspace x
Hi! Your videos are really helpful and soo cool!
but I have a question. Can we track this somehow?
This one doesn't include tracking! I'm trying to figure out how to incorporate tracking with the variable goals but it's proving difficult
the diolingo owl scared the living sh out of me omg
Oops sorry! haha :)
1:18 Build
mine says 100% even If I only checked 3 checkbox, huhu help
thank you so much for your videos I am learning so much! I was wondering is it possible to connect the habit tracker with your goal tracker? so everytime we complete a habit the bars can progress in our goals, like this one here: ua-cam.com/video/Jkg9WenPhak/v-deo.html