Notion Habit Tracker with Monthly Analytics
Open the template link provided from Gumroad and click on the icon mentioned below!
Day of Month
is not empty
This one would be little tricky, you will have to dabble with some Notion formulas, you’ll have to make the similar kind of changes to two properties for both adding & removing new habits / properties / columns to the database.
(unaryPlus(prop("Example 7"))
and make the overall division number from 10 → 9round(100 * (unaryPlus(prop("Example 7")) + unaryPlus(prop("Read 10 pages of a book")) + unaryPlus(prop("Drink 4 glass water")) + unaryPlus(prop("Example 8")) + unaryPlus(prop("Go for a run")) + unaryPlus(prop("Example 9")) + unaryPlus(prop("No excessive video games")) + unaryPlus(prop("Get 8 hr sleep")) + unaryPlus(prop("Example 10")) + unaryPlus(prop("No junk food"))) / 10) / 100
toNumber(prop("Example 7"))
from the Daily Count propertytoNumber(prop("Read 10 pages of a book")) + toNumber(prop("Go for a run")) + toNumber(prop("Drink 4 glass water")) + toNumber(prop("Example 7")) + toNumber(prop("Example 8")) + toNumber(prop("No excessive video games")) + toNumber(prop("No junk food")) + toNumber(prop("Example 10")) + toNumber(prop("Example 9")) + toNumber(prop("Get 8 hr sleep"))
No problem, you can easily setup recurring templates. Btw, now you don’t have to because I have filled the template for the entire 2023 year though I can’t guarantee I will be able to maintain it post that, in that scenario kindly use recurring templates.