NotSoProficientInExcel
New Member
- Joined
- Mar 7, 2024
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
In one table (#1), there are two columns with roles, and we want to make sure the combination of the two roles in the same row are assigned to one individual:
In another table (#2), there are two columns, one with a name and another with all Roles assigned to that person:
In the last table (3#), there are two columns, one with the individual's name and another with an assigned Role per row:
The goal here is to flag/locate the assignment combination of Dishes and Lawn from Table #1 in both 2 and 3. Is there a formula or other way in both table 2 and 3 to show that John Smith was assigned the combination of Dishes and Lawn, no matter the sequence the roles are in? Any help is appreciated!
Role 1 | Role 2 |
Dishes | Lawn |
In another table (#2), there are two columns, one with a name and another with all Roles assigned to that person:
Name | Roles |
John Smith | Lawn, Windows, Vacuum, Dishes |
In the last table (3#), there are two columns, one with the individual's name and another with an assigned Role per row:
Name | Role |
John Smith | Lawn |
John Smith | Windows |
John Smith | Vacuum |
John Smith | Dishes |
The goal here is to flag/locate the assignment combination of Dishes and Lawn from Table #1 in both 2 and 3. Is there a formula or other way in both table 2 and 3 to show that John Smith was assigned the combination of Dishes and Lawn, no matter the sequence the roles are in? Any help is appreciated!