Hello everyone!
I need some help. I'm trying to match a two formulas for each column, similar like these,
|In Progress|
=COUNTIFS({Progress}, <1, {Start}, >=DATE(2021, 05, 1), {Start}, <=DATE(2021, 05, 30)) ---- Result should be "2" since there're 2 dates in the column finish date with the month on May. (It should be counting as well the cell in blank "ISBLANK", that I colored in "gray", since has a start date).
|Implemented|
=COUNTIFS({Progress}, =1, {Finish}, >=DATE(2021, 05, 1), {Finish}, <=DATE(2021, 05, 30)) --- Result should be "3" since there're 3 dates in the column finish date with the month on May.
Now, if a date from previous month is in progress and I terminate in other month, should be subtracted in the column of progress and sum in the month in which the task was completed.
The sheet on the right has the numbers that I´m trying to formulated, those are the correct results that i'm trying to get.
It would be amazing if we can add some a CHILDREN function on this...
I hope I made myself understood,
Many thanks
Diego Cárdenas