Master Projects
Marketing Projects
Music Projects
Tasks
Done
or(not empty(prop("Add Creator when Done")), prop("Status") == "Complete")
or(
- If either of the two following arguments return
true
, check the box.
not empty(prop("Add Creator when Done")),
Add Creator when Done
is not empty.
prop("Status") == "Complete"
Status
isComplete
Total Task Completion
if(not empty(prop("Marketing")), length(replaceAll(prop("Marketing"), "[^,]", "")) + 1, 0) + if(not empty(prop("Music")), length(replaceAll(prop("Music"), "[^,]", "")) + 1, 0)