tycasey17
Board Regular
- Joined
- Sep 26, 2013
- Messages
- 89
- Office Version
- 2019
- 2016
- Platform
- Windows
I am wanting to count the number of personnel within a defined name. I have tried using =COUNTIF(A1:A5,_OFF) "_OFF" is the defined name having various titles in them. The overall outcome of the formula I am needing help with is to show there are 4 doctors of the entire range using the _OFF defined name. For example:
<tbody>
</tbody>
Defined Name: "_OFF"
<tbody>
</tbody>
Name (Name is irrelevant) | Title |
Doe, John | Mr. |
Doe, John | PhD |
Doe, John | MD |
Doe, John | DO |
Doe, John | PhD |
<tbody>
</tbody>
Defined Name: "_OFF"
PhD |
MD |
DO |
<tbody>
</tbody>