I have data that looks like the chart at bottom. In the ‘Status’ column every row will be populated with a string that contains either ‘YES’ or ‘NO’ embedded within in it.
Every user in the list can have from 0 to 10+ instances of both ‘YES’ and ‘NO’ status, but all with have at least one.
I need to filter my data so that:
I’ve started with the Summary tool doing a count of user names and keeping every name that only appears once, but from there I’m struggling with how to eliminate the ones I don’t need without also removing the ones I do. Appreciate any help, thanks.
| Name | Status |
| Jones | xxxYESxxzxzx |
| Jones | zxzxzxNOxzzzxxx |
| Smith | xxxYESxxxzzz |
| Smith | xxxzxxxxzxNOzzxzxzzzxzxz |
| Johnson | zzzxzzzzxzNOzzxzxzzzxzxz |
| Johnson | xxxzxYESzzxzxz |
| Johnson | zzxzxzYESzzxzxz |
| Johnson | xxxzxNOzzxzxz |
| Johnson | zzxzxzNOzzxzxz |
| Bailey | xxzxxxYESzzxzxz |
| Bailey | zxzzzzNOzzxzxz |
| Bailey | zxzzzzzzzYESzzxzxz |
| Bailey | zzxzxzNOzzxzxz |
| Bailey | xxxzxNOzzxzxz |
| Pierce | zxzzzzzzzYESzzxzxz |
| Pierce | xxzxxxNOzzxzxz |
| Pierce | zxzzzzYESzzxzxz |
| Pierce | zxzzzzzzzNOzzxzxz |
| McIntyre | xxxxNOzzzzzzzzz |
| Oreilly | xzxzxzxzYESzzzxzxzz |
| Oreilly | xxxzxNOxxzxz |
| Burns | xxxzxYESzzz |
| Burns | xNOzzxzxz |
| Blake | xxxzxYESzzzxzxzz |
| Blake | zxzzzzzzzNOzzxzxz |
| Blake | xxxxNOzzzzzzzzz |
| Blake | xzxzxzxzYESzzzxzxzz |
| Blake | xxxzxYESxxzxz |
| Blake | zxzzzzzzzNOzzxzxz |
Solved! Go to Solution.
Thanks for this, after I played a bit with your flow I got what I needed.
