Statuses

Statuses

Tasks

Status

if(and(empty(prop("Started")), empty(prop("Completed"))), "❌ Not Started", if(not empty(prop("Completed")), "✅ Complete", "🔷 In Progress"))

Current Time

if(contains(prop("Status"), "In Progress"), format(dateBetween(now(), prop("Started"), "hours")) + "h " + format(dateBetween(now(), prop("Started"), "minutes") % 60) + "m", "")

Total Time

if(or(empty(prop("Started")), empty(prop("Completed"))), "", format(dateBetween(prop("Completed"), prop("Started"), "hours")) + "h " + format(dateBetween(prop("Completed"), prop("Started"), "minutes") % 60) + "m")
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!