I am trying to figure out how to complete a formula using COUNTIFS, HAS, and AND, if that is even the correct route to go!
I need to count the number of times a group of resources occur in 3 separate projects within a single program plan. I have a column for “Group” but we need to roll up a number of groups into one upper level category, that is, client wants to see the number of IT tasks which could be any task with Server, Database or Help Desk assigned. I am able to create a formula for one:
=COUNTIFS([Project Name]:[Project Name], "House", Group:Group, HAS(@cell , "Server"))
But how do I add the other two IT sub-groups to that line so that it comes up with a single total for all 3? I thought perhaps using AND??
Right now, I have it the numbers using a helper column but I don’t want to use that method going forward in case I forget to click it as resources are assigned.