Entries

Done V1

round((toNumber(prop("Vacuum")) + toNumber(prop("Washing")) + toNumber(prop("Plants")) + toNumber(prop("Shopping"))) / 4 * 1000) / 1000

Done V2

<aside> 💡 This allows you to add a different weight to specific checkboxes.

</aside>

round((if(prop("Vacuum"), 2, 0) + if(prop("Washing"), 1, 0) + if(prop("Plants"), 1, 0) + if(prop("Shopping"), 1, 0)) / 5 * 1000) / 1000

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By Ben • Latest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>