Keep Productive Demo Database
Formula Examples
// Checked Homework
if(if(length(prop("Kids HW")) > 0, length(replaceAll(prop("Kids HW"), "[^,]", "")) + 1, 0) == 3, "โ
", "โ")
// Productivity Measure
if(toNumber(prop("๐ช")) == 1, 3, 0) + if(toNumber(prop("๐")) == 1, 2, 0) + if(toNumber(prop("๐ง")) == 1, 1, 0)
// Chore Completion Percentage Tracker
format(round((toNumber(prop("๐งบ")) + toNumber(prop("๐ซ")) + toNumber(prop("๐งน"))) * (100 / 3))) + "%"
// Days Since Bills Paid
dateBetween(now(), prop("Bills Last Paid"), "days")
Office Hours
Math formulas
Age Formulas
Notion Formulas
Remote Learning Page