I have 21K rows of data where I need to delete entries under the following criteria;
delete those rows that only match one season OR
delete those rows that only match two seasons.
Keep those rows that where a name matches three seasons
(Fall, Jan(winter), Spring)
A B C
1 last first season
2 smith james fall
3 smith james jan(winter)
4 smith james spring
5 taylor john fall
6 taylor john spring
7 sand fresh fall
In this example the goal would be to delete or mark for deletion rows 5, 6 & 7.
Thank you for any help you can provide.
Tim
delete those rows that only match one season OR
delete those rows that only match two seasons.
Keep those rows that where a name matches three seasons
(Fall, Jan(winter), Spring)
A B C
1 last first season
2 smith james fall
3 smith james jan(winter)
4 smith james spring
5 taylor john fall
6 taylor john spring
7 sand fresh fall
In this example the goal would be to delete or mark for deletion rows 5, 6 & 7.
Thank you for any help you can provide.
Tim