DPChristman
Board Regular
- Joined
- Sep 4, 2012
- Messages
- 177
- Office Version
- 365
- Platform
- Windows
I am trying to calculate the number of time a persons initials appear for a specific location.
The search range is COL I-ROW 5 through COL CD-ROW 204 in Sheet 1 of the spreadsheet, and the initials for the users appear on sheet 2 of the spreadsheet.
Using countif, I can find the number of times a specific user's initials appear in the range overall.
However, what I want to do is identify the number of times the initials appear for a Tier 1 and Tier 2 location.
I would think the formulas necessary would be =COUNTIFS(Sheet1!I5:CD204,A2,Sheet1!G:G,"Tier 1") and =COUNTIFS(Sheet1!I5:CD204,A2,Sheet1!G:G,"Tier 2"), but that is not working.
What am I missing?
The search range is COL I-ROW 5 through COL CD-ROW 204 in Sheet 1 of the spreadsheet, and the initials for the users appear on sheet 2 of the spreadsheet.
Using countif, I can find the number of times a specific user's initials appear in the range overall.
However, what I want to do is identify the number of times the initials appear for a Tier 1 and Tier 2 location.
I would think the formulas necessary would be =COUNTIFS(Sheet1!I5:CD204,A2,Sheet1!G:G,"Tier 1") and =COUNTIFS(Sheet1!I5:CD204,A2,Sheet1!G:G,"Tier 2"), but that is not working.
What am I missing?