Projects

Projects

For
From
Facebook
Status
Updating
Share
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 is Complete

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)
 
 
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!