SOLVED

Count number of occurrences

Copper Contributor

Original Table of Results

NameGroupStatus
Joemarketing, all usersPassed
Marydigital1, all usersIn Progress
Johndigital2, all usersNot Started
Bobmarketing, all usersPassed
Dillondigital2,all usersPassed

 

Hi all, I have the above table and then I have another table with a column with a set number of known groups (See first column in table below) that I want to look for in above table and then count up the corresponding results and put count results under relevant heading.


Example of output 

Group NamePassedIn ProgressNot Started
marketing200
digital1010
digital2101

 

I assume I need to use CountIF and VLookup perhaps but not sure how to do it especially since the group field in the first table can have multiple groups in it so it will never be exact match - instead one has to look for the reference group cell to see if the text of it exists in the column of the original table. Can anyone help? 

2 Replies
best response confirmed by Gerry_Morley (Copper Contributor)
Solution

@Gerry_Morley 

You can use COUNTIFS with a wildcard for the group:

S0514.png

See the attached sample workbook.

Thank you very much. This is super helpful. Really appreciate it.
1 best response

Accepted Solutions
best response confirmed by Gerry_Morley (Copper Contributor)
Solution

@Gerry_Morley 

You can use COUNTIFS with a wildcard for the group:

S0514.png

See the attached sample workbook.

View solution in original post