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