Second in the “Shoulder Surf Sessions” video series, we explore how to build a visual daily habit tracker in Notion. It’s so easy it can be built in less than 5 minutes. Watch the video and build your own along with me, or simply jump to the bottom to duplicate the template.
I use a formula in the video to calculate the overall completion status of the daily habits. Here is the formulas used in the video:
format(round((toNumber(prop("8 Hours Sleep")) + toNumber(prop("8 Glasses of Water")) + toNumber(prop("Meditate")) + toNumber(prop("Read")) + toNumber(prop("Journal")) + toNumber(prop("Stretching")) + toNumber(prop("Take Vitamins"))) / 7 * 10000) / 100) + "%"
Replace the property names with your own habits that you create, then divide by the total number of habits (in the example we divide by 7 since we have 7 habits).
DUPLICATE NOTION TEMPLATE