Hi gang! Hope everyone is having an amazing day.
Mock scenario to mirror what I'm looking for:
I have two worksheets, Sheet1, Sheet2.
Sheet1 has a list of teams in column A where each team is listed only once:
Team1
Team2
Team3
Team4
Sheet2 lists the roles within the teams where the team name is in column A again, and the role is in column B. Example:
Team1 | Expert-J
Team1 | Manager
Team1 | Programmer
Team2 | Manager
Team3 | Expert-J
Team3 | Expert
Team4 | Assessor
Team4 | Expert
What I am looking for is on Sheet1, I need the following displayed based on the above values:
Team1 | Expert & Non-Expert
Team2 | Non-Expert
Team3 | Expert
Team4 | Expert & Non-Expert
In other words, I need to look for the word Expert on Sheet2 within each Team, and see if it's the only role on a team (display "Expert"), if there's no instances of the word (display "Non-Expert"), or if there's an Expert along with other roles (display "Expert & Non-Expert")
Massively appreciate any help on this! <3
Mock scenario to mirror what I'm looking for:
I have two worksheets, Sheet1, Sheet2.
Sheet1 has a list of teams in column A where each team is listed only once:
Team1
Team2
Team3
Team4
Sheet2 lists the roles within the teams where the team name is in column A again, and the role is in column B. Example:
Team1 | Expert-J
Team1 | Manager
Team1 | Programmer
Team2 | Manager
Team3 | Expert-J
Team3 | Expert
Team4 | Assessor
Team4 | Expert
What I am looking for is on Sheet1, I need the following displayed based on the above values:
Team1 | Expert & Non-Expert
Team2 | Non-Expert
Team3 | Expert
Team4 | Expert & Non-Expert
In other words, I need to look for the word Expert on Sheet2 within each Team, and see if it's the only role on a team (display "Expert"), if there's no instances of the word (display "Non-Expert"), or if there's an Expert along with other roles (display "Expert & Non-Expert")
Massively appreciate any help on this! <3