Hi,
I'm trying to create a data set that counts the number of deliverables due within a week of the year.
What I could like to do is to count the number of items checked in the "deliverables" box, that falls before/within a week ending finish date. The sheet I'm doing this in looks like this:
The formular I am using is: =COUNTIFS({Design Schedule Range 4}, =1, {Design Schedule Range 1}, <(Date@row + 1))
Where "Design Schedule Range 4" is the column titled "Deliverable" in the first screenshot and "Design Schedule Range 1" is the "Finish" column in the same screenshot. Any tips/ideas? I am able to do the arguments separately but it's seems to be when I put them together that I have issues.