JTL9161
Well-known Member
- Joined
- Aug 29, 2012
- Messages
- 591
- Office Version
- 365
- Platform
- Windows
I have the below standings with names and averages. I have an table in alphabetical order with numbers in a row (25 columns) ranging from 1 to 5. I want to do a COUNTIF as to how many 1's 2's 3's 4's & 5's are in a row for a specific person. Problem is that names on below list will be in random order based on standing and the COUNTIF table is in alphabetical order. Need to have a COUNTIF do the count in the row of the name (ABC in this case).
Thank you,
James
Thank you,
James
Standing | Names | Average | 1 | 2 | 3 | 4 | 5 |
1 | ABC | 5.00 | 0 | 0 | 0 | 0 | 1 |
1 | DEF | 5.00 | |||||
1 | GHI | 5.00 | |||||
1 | JKL | 5.00 | |||||
5 | MNO | 4.00 | |||||
5 | PQR | 4.00 | |||||
5 | STV | 4.00 |