This template is perfect for anyone who:
SubTasks
column[✔️]
for completed or []
for pending.[✔️] Research topic, [] Write draft, [] Review draft
.Subtasks
please update it in formula as well in Progress columnThis column calculates the percentage of completed subtasks automatically based on the formula. Progress
if(
length(prop("Subtasks")) > 0,
round((length(prop("Subtasks")) - length(replaceAll(prop("Subtasks"),"✔️",""))) / length(split(prop("Subtasks"),",")) * 100)/100,
0
)