Hello,
I am trying to count items that meet specific criteria but can't seem to come up with the right formula. I only want to count the cells in the Division column that contain Human Resources and have a status in the project stage column of "In Progress", "Intake", Prioritized", and "Under Review". This is what I have, but keep getting Unparseable:
=COUNTIFS(Division:Division, "Human Resources", [Project Stage]:[Project Stage] "In Progress", [Project Stage]:[Project Stage], "Intake", [Project Stage]:[Project Stage], "Prioritized", [Project Stage]:[Project Stage], "Under Review")
Thanks in advance!