Hi,
I'm trying to count rows from another cell that meet the following criteria:
- In Progress
- In a specific Department
- The Project Manager cell is not blank
I've figured out the formula for the first two, but I'm stuck trying to add the Not Blank part. Below, Range 3 is my Department, Range 2 is the status, and Range 1 is the Project Manager column.
=COUNTIFS({cPMO Dashboard Range 3}, "Corp Dev", {cPMO Dashboard Range 2}, ="In Progress", NOT(ISBLANK({cPMO Dashboard Range 1})))
I'd be grateful for any assistance.
Thank you!