flyers2thecup22
New Member
- Joined
- Aug 10, 2021
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
Hello All, been a while since i've posted. Had to make a new account.
I'm trying to figure out a way to identify a person who has "x" roles. Using the example data below, what i'm trying to do is identify an ID (column A) if they have either role3 or role4 ONLY. below i would want to somehow 'delete' or mark John Smith since he has role1, role2 and role5 in addition to role3 and role4. my final list should be those that have role3 and/or role4 ONLY. hopefully that makes some kind of sense. Is there a way to do that?
Thank you for your time!
I'm trying to figure out a way to identify a person who has "x" roles. Using the example data below, what i'm trying to do is identify an ID (column A) if they have either role3 or role4 ONLY. below i would want to somehow 'delete' or mark John Smith since he has role1, role2 and role5 in addition to role3 and role4. my final list should be those that have role3 and/or role4 ONLY. hopefully that makes some kind of sense. Is there a way to do that?
Thank you for your time!
A | B | C | D |
ID | Last Name | First Name | Role |
XXXXXXX | Smith | John | Role1 |
XXXXXXX | Smith | John | Role2 |
XXXXXXX | Smith | John | Role3 |
XXXXXXX | Smith | John | Role4 |
XXXXXXX | Smith | John | Role5 |
AAAAAAA | Doe | Jane | Role3 |
AAAAAAA | Doe | Jane | Role4 |