Hi
I am trying perform the COUNTIFS function and can't get this to work. So what I need to count is the following
- Count if criteria is "s" in the function column
- Count if criteria is "Med" in the priority column
- Count if criteria is "No" in the project column
- And from the same project column I need to count if criteria is "partial" also.
My formula has step 1-3 but I can't figure out how to include step 4.
=COUNTIFS(Functions2:Functions290, "s", Priority2:Priority290, "Med", Project2:Project290, "No")
Any chance someone knows how to do this? Criteria from multiple columns and then 2 criteria from the same column.
Any help would be greatly appreciated.
Thanks