Tasks

Total Score

toNumber(replaceAll(prop("Urgency"), "[^0-9]", "")) + toNumber(replaceAll(prop("Importance"), "[^0-9]", "")) + toNumber(replaceAll(prop("Effort"), "[^0-9]", ""))

Status

(prop("Total Score") == 0) ? "" : ((prop("Total Score") < 10) ? "🤲 Delegate" : ((prop("Total Score") < 20) ? "⏰ Schedule" : "🔥 Do Now"))

<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 BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>