Here is the problem: I have a required complete date of 5/31/2023 (LINE 15) but I was not able to complete that until 6/6/2023 I would like a count of how many projects missed the deadline.
I have tried using the following
=COUNTIFS(Projects!$A:$A,ProjectStart!$n:$n,">="&ProjectComplete!$M:$M,ProjectComplete!$M:$M,">="&$C$1,ProjectComplete!$M:$M,"<="&$E$1)
where column A is the name of the project
where column N is the project start date
where column M is the project complete date
where C1 is the start of report date
where E1 is the start of the report date
2023 Onboards.xlsx | ||||||
---|---|---|---|---|---|---|
A | B | C | D | |||
1 | Submit | Complete By | Act. Complete Date | DAYS OPEN | ||
2 | 5/31/23 | 6/5/23 | 8 | |||
3 | 5/31/23 | 6/5/23 | 8 | |||
4 | 5/31/23 | 5/30/23 | 8 | |||
5 | 5/31/23 | 5/31/23 | 8 | |||
6 | 5/31/23 | 6/5/23 | 8 | |||
7 | 5/31/23 | 6/5/23 | 6/5/23 | |||
8 | 5/31/23 | 6/5/23 | 8 | |||
9 | 5/31/23 | 6/5/23 | 8 | |||
10 | 5/31/23 | 5/30/23 | 6/6/23 | |||
11 | 5/31/23 | 6/5/23 | 8 | |||
12 | 5/31/23 | 6/5/23 | 8 | |||
13 | 5/31/23 | 6/5/23 | 8 | |||
14 | 6/1/23 | 6/5/23 | 7 | |||
15 | 6/1/23 | 5/31/23 | 6/6/23 | |||
16 | 6/1/23 | 6/5/23 | 7 | |||
17 | 6/1/23 | 6/5/23 | 7 | |||
18 | 6/1/23 | 6/1/23 | 7 | |||
19 | 6/1/23 | 6/5/23 | 7 | |||
20 | 6/2/23 | 5/22/23 | 6 | |||
21 | 6/2/23 | 6/5/23 | 6 | |||
22 | 6/2/23 | 6/2/23 | 6 | |||
23 | 6/2/23 | 6/5/23 | 6 | |||
24 | 6/2/23 | 6/5/23 | 6/6/23 | |||
25 | 6/5/23 | 6/12/23 | 3 | |||
26 | 6/5/23 | 6/1/23 | 3 | |||
27 | 6/5/23 | 6/1/23 | 3 | |||
28 | 6/6/23 | 6/5/23 | 2 | |||
29 | 6/6/23 | 6/6/23 | 2 | |||
Sheet11 |
Cells with Conditional Formatting | ||||
---|---|---|---|---|
Cell | Condition | Cell Format | Stop If True | |
B2:B29 | Cell | contains a blank value | text | NO |
I have tried using the following
=COUNTIFS(Projects!$A:$A,ProjectStart!$n:$n,">="&ProjectComplete!$M:$M,ProjectComplete!$M:$M,">="&$C$1,ProjectComplete!$M:$M,"<="&$E$1)
where column A is the name of the project
where column N is the project start date
where column M is the project complete date
where C1 is the start of report date
where E1 is the start of the report date