I'm currently using the formula below to count the # of "In Progress" (column M) projects where the SI = 40500 (column K) and the deployment date is equal to / greater than 2018 (column N). However, the "In Progress" has been split into 4 different areas that still equate to being In Progress. I want all 4 counted under this formula, same cell but I'm stuck as to how.
=COUNTIFS(TechDev!M:M,D27,TechDev!K:K,D2,TechDev!N:N,">="&DATE(R2,1,1))
Four new areas:
1. Deployment
2. Development
3. New
4. Requirements
I'd attach a file but I'm not allowed...
thx
=COUNTIFS(TechDev!M:M,D27,TechDev!K:K,D2,TechDev!N:N,">="&DATE(R2,1,1))
Four new areas:
1. Deployment
2. Development
3. New
4. Requirements
I'd attach a file but I'm not allowed...
thx