Hi everyone,
I have a column (Software Title) that contains software titles and another column (Q4) that contains the values yes or no based on email addresses. I would like to filter out any software title that appears more than once and has yes and no for (Q4). Below is an example;
Email Q4 Software Title
test@test.com Yes Tableau
test1@test.com No Tableau
test2@test.com Yes Alteryx
test3@test.com No Visual Studio
So the filtered data would be:
Email Q4 Software Title
test@test.com Yes Tableau
test1@test.com No Tableau
(The filtered data is as is because Tableau shows up twice AND has both yes and no for Q4). Any help on how this can be achieved would be much appreciated. Thanks!