Trying to sum up all many active projects are over due. Can add up my active projects with formula: =if(and(type@row="project",status@row="in progress),1,0) but now I want to add the criteria of target completion date is late. Tried the following but get the dreaded "unparseable" message...
=if((and("target completion date",(Today())),(type@row="project",status@row="in progress"),1,0)