I'm getting all twisted up in what I believe should be a Countif formula. I basically want to populate:
If the status is COMPLETE for Department A, B, or C I want that total.
If that status is IN PROGRESS for Department A, B, or C I want that total.
If that status is NOT STARTED for Department A, B, or C I want that total.
So the count total for example 1 should be 2.
Topic | Status | Dept |
|---|
XX | Complete | Apple |
XX | In Progress | Ball |
XX | Not Started | Car |
XX | Complete | Ball |
XX | In Progress | Apple |
XX | Not Started | Car |
| | |
It is the 'or' that is tripping me up in creating this formula. Any suggestions?